erase

entity:erase() --> nil

Cancella l'entità.

Esempio 1. Esempio erase

local ent = entmake{ {0,"LINE"}, {10,Point(0,0,0)}, {11,Point(40,0,0)} }
ent:erase()

Created with the Personal Edition of HelpNDoc: Free help authoring environment