entlast
entlast
<stile>:entlast()
Ritorna l'ultima entità disegnata
Esempio 1. Esempio entlast
entmake{ {0, "CIRCLE"}, {10, Point(5, 5, 0)}, {40, 3} }
local e = entlast()
print("\nentlast = " .. (e and e:className() or "nil"))
e:erase()
Created with the Personal Edition of HelpNDoc: Revolutionize Your Documentation Output with HelpNDoc's Stunning User Interface