Translates and rotates objects, allowing them to be aligned with other objects (externally defined: geom3d ObjectARX application) |
(align arg1 arg2 ...)
T if successful; otherwise nil.
The following example specifies two pairs of source and destination points, which perform a 2D move:
(setq ss (ssget))
(align ss s1 d1 s2 d2 "" "2d")