CompuServe Thread

help.!!

1 messages in this thread
#21789From: Tony Tanzillo [LISP TM]Nov 24, 1991 9:18 PM
Howard – See the (getangle) and (getorient) functions in the AutoLISP Manual. You can obtain a rotation angle, using either a point, or by entering it in the form "nnn" or "<nnn", like this: (setq C1 (getpoint "\nPick START POINT: ")) (setq ang1 (getangle C1 "\nRotation angle: ")) -TonyT.