entmake
entmake
entmake(dxflist: tabella) --> nil
Crea un'entità, come in LISP. Ritorna l'entità creata oppure nil.
- se OK <ent> sara' la linea appena creata
local ent = entmake{ {0, “LINE”}, {10, Point(1,0,0)}, {11, Point(2,1,0)} }
Created with the Personal Edition of HelpNDoc: Full-featured multi-format Help generator