3D ROTATE in AutoLISP
Printed From: CAD Forum
Category: EN
Forum Name: AutoCAD
Forum Description: Discussion about AutoCAD and AutoCAD LT, viewers, DWG and DXF formats, Design Review, AutoCAD web, Drive, add-ons
URL: https://www.cadforum.cz/forum_en/forum_posts.asp?TID=2910
Printed Date: 13.Jun.2026 at 12:06
Topic: 3D ROTATE in AutoLISP
Posted By: Saur2615
Subject: 3D ROTATE in AutoLISP
Date Posted: 25.Dec.2009 at 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.
|
Replies:
Posted By: CarlB
Date Posted: 26.Dec.2009 at 02:01
|
It looks like the "rotate3d" vs "3drotate" would be easier to manipulate in Lisp, since it has more command line options.
|
|