TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: pramod on July 10, 2018, 08:55:18 AM

Title: LISP file for 2d window for floor plan
Post by: pramod 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....
Title: Re: LISP file for 2d window for floor plan
Post by: ronjonp on July 10, 2018, 09:14:45 AM
Have you thought about using a dynamic block?
Title: Re: LISP file for 2d window for floor plan
Post by: pramod 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.........
Title: Re: LISP file for 2d window for floor plan
Post by: kpblc 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 "")
Title: Re: LISP file for 2d window for floor plan
Post by: pramod 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??
Title: Re: LISP file for 2d window for floor plan
Post by: ronjonp on July 10, 2018, 09:27:30 AM
Hmmm .. this seems pretty easy?
Title: Re: LISP file for 2d window for floor plan
Post by: pramod on July 11, 2018, 12:33:11 AM
Hmmm .. this seems pretty easy?
Thanks anyway!! :2funny: :-D
Title: Re: LISP file for 2d window for floor plan
Post by: MSTG007 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.
Title: Re: LISP file for 2d window for floor plan
Post by: Lee Mac 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:

(http://www.lee-mac.com/swamp/alignmentparameter.png)
Title: Re: LISP file for 2d window for floor plan
Post by: MSTG007 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!
Title: Re: LISP file for 2d window for floor plan
Post by: cmwade77 on July 11, 2018, 07:11:08 PM
I would say dynamic blocks are the way to go for this one personally.