Flores
16th Jun 2003, 09:42 pm
I have a problem rotating the ucs with LISP, and keeping the coordinates. I can get it to work in a macro button as follows:
^C^Cpline 0,0 @0,-1.875 @6.8125,0 @0,2.5625 @6.9375,0 @0,4.8125 ;fillet r .25 fillet p l ucs x 90 circle 0,0 .0625 ucs w extrude last path 0,-1;
However, whenever I rotate the UCS in a lisp routine I lose my coordinates, meaning that 0,0 in the world plane has a different location for 0,0 in the frontal plane.
In LISP, I am rotating the plane as follows;
(command "ucs" "x" "90")
I even tried using the ucs with the 3 point option before rotating it, but still no luck.
Any suggestions?
Flores
^C^Cpline 0,0 @0,-1.875 @6.8125,0 @0,2.5625 @6.9375,0 @0,4.8125 ;fillet r .25 fillet p l ucs x 90 circle 0,0 .0625 ucs w extrude last path 0,-1;
However, whenever I rotate the UCS in a lisp routine I lose my coordinates, meaning that 0,0 in the world plane has a different location for 0,0 in the frontal plane.
In LISP, I am rotating the plane as follows;
(command "ucs" "x" "90")
I even tried using the ucs with the 3 point option before rotating it, but still no luck.
Any suggestions?
Flores