Display full version of the post: 3D ROTATE in AutoLISP

Saur2615
25.12.2009, 11:17
Hello everyone. I'm doing a project that requires only the use of
AutoLISP, but since i'm not very experienced with this programm,
there's some things that I really don't understand. One of them is how
to use the command "3d rotate" in a selected object. I know how to
select the object by creating it as an entity, and how to activate the
"_.3drotate" command, but I don't know how to select the axis in which
I want to rotate my object on. Can someone please help me with this?
What's the most simple and basic way to perform a 3D ROTATE in
AutoLISP? Thank you very much for your help.

CarlB
26.12.2009, 02:01
It looks like the "rotate3d" vs "3drotate" would be easier to manipulate in Lisp, since it has more command line options.