Rotates an object about an arbitrary 3D axis (externally defined: geom3d ObjectARX application)
(rotate3d args ...)
If successful, rotate3d returns T; otherwise it returns nil.
The following example rotates the selected objects 30 degrees about the axis specified by points p1 and p2.
(setq ss (ssget))
(rotate3d ss p1 p2 30)
AutoLISP support for the rotate3d function is implemented with the use of the SAGET library.