Author Topic: LISP file for 2d window for floor plan  (Read 3852 times)

0 Members and 1 Guest are viewing this topic.

pramod

  • Guest
LISP file for 2d window for floor plan
« on: July 10, 2018, 08:55:18 AM »
Can anyone provide me withe code or lisp of attached window type....Ive got the lisp file but it makes different window....

ronjonp

  • Needs a day job
  • Posts: 7529
Re: LISP file for 2d window for floor plan
« Reply #1 on: July 10, 2018, 09:14:45 AM »
Have you thought about using a dynamic block?

Windows 11 x64 - AutoCAD /C3D 2023

Custom Build PC

pramod

  • Guest
Re: LISP file for 2d window for floor plan
« Reply #2 on: July 10, 2018, 09:17:28 AM »
Have you thought about using a dynamic block?
Ive used it but its more time consuming than the lisp.........

kpblc

  • Bull Frog
  • Posts: 396
Re: LISP file for 2d window for floor plan
« Reply #3 on: July 10, 2018, 09:20:29 AM »
Before using command make osmode to 0. Or use command like this"
(command "_.line" "_none" p1 "_none" p2 "")
Sorry for my English.

pramod

  • Guest
Re: LISP file for 2d window for floor plan
« Reply #4 on: July 10, 2018, 09:23:32 AM »
Before using command make osmode to 0. Or use command like this"
(command "_.line" "_none" p1 "_none" p2 "")
Thanks for the reply but i didnt get it.....Should i change the line in my lisp file or what??

ronjonp

  • Needs a day job
  • Posts: 7529
Re: LISP file for 2d window for floor plan
« Reply #5 on: July 10, 2018, 09:27:30 AM »
Hmmm .. this seems pretty easy?

Windows 11 x64 - AutoCAD /C3D 2023

Custom Build PC

pramod

  • Guest
Re: LISP file for 2d window for floor plan
« Reply #6 on: July 11, 2018, 12:33:11 AM »
Hmmm .. this seems pretty easy?
Thanks anyway!! :2funny: :-D

MSTG007

  • Gator
  • Posts: 2601
  • I can't remeber what I already asked! I need help!
Re: LISP file for 2d window for floor plan
« Reply #7 on: July 11, 2018, 08:11:39 AM »
Hmmm .. this seems pretty easy?

Ron that is so cool. I like how to automatically snaps to the aligned object. What setting are you using within the dynamic block editor? I don't remember seeing that it could do that.
Civil3D 2020

Lee Mac

  • Seagull
  • Posts: 12914
  • London, England
Re: LISP file for 2d window for floor plan
« Reply #8 on: July 11, 2018, 08:19:26 AM »
Hmmm .. this seems pretty easy?

Ron that is so cool. I like how to automatically snaps to the aligned object. What setting are you using within the dynamic block editor? I don't remember seeing that it could do that.

Use an Alignment Parameter:


MSTG007

  • Gator
  • Posts: 2601
  • I can't remeber what I already asked! I need help!
Re: LISP file for 2d window for floor plan
« Reply #9 on: July 11, 2018, 08:21:36 AM »
Thanks Lee. This could be my new favorite parameter. Now I just gotta play around with it!
Civil3D 2020

cmwade77

  • Swamp Rat
  • Posts: 1443
Re: LISP file for 2d window for floor plan
« Reply #10 on: July 11, 2018, 07:11:08 PM »
I would say dynamic blocks are the way to go for this one personally.