entHandW

entHandW()

Restituisce come stringa unicode l'handle dell'entità corrente

Esempio 1. Esempio entHandW

entmake{ {0, "CIRCLE"}, {10, Point(0, 0, 0)}, {40, 2} }
local e = entlast()
local w = e:entHandW()
print(" entHandW tipo = " .. type(w) .. " length = " .. tostring(w:length()))
e:erase()

Created with the Personal Edition of HelpNDoc: Don't Let Unauthorized Users View Your PDFs: Learn How to Set Passwords