Login | Sign Up
 





 
AutoLISP Function Detail
Name: entmakex

Syntax:
(entmakex [elist])

Description:
Adds objects to the drawing database without assigning an owner to the object. The causes the object to not be saved in the drawing.

Example(s):
(entmakex '((0 . "LINE")
(10 0.0 0.0 0.0)(11 5.0 5.0 0.0)))
[varies results]