Is there a lisp that works like SetPt command in Rhino ?

Is there a lisp that works like SetPt command in Rhino ?

ozancem_cicek
Observer Observer
524 Views
1 Reply
Message 1 of 2

Is there a lisp that works like SetPt command in Rhino ?

ozancem_cicek
Observer
Observer

I've been strugling with the floor plan drawing that is drawn in x, y and z axis. But all drawings has to be aligned only and only two (x and y) axis. There is a command called SetPt in Rhino perfecty aligns all lines in specific axis. So is there a way to do the same on AutoCAD ?

0 Likes
525 Views
1 Reply
Reply (1)
Message 2 of 2

Kent1Cooper
Consultant
Consultant

FLATTEN.

 

And to prevent Object Snap from including the Z coordinate in locations you Osnap to when drawing new objects, set the OSNAPZ System Variable to 1.

Kent Cooper, AIA
0 Likes