dxfNameW
dxfNameW
entity:dxfNameW()
Ritorna il tipo di entità come stringa unicode ("LINE", "CIRCLE", ...)
Esempio 1. Esempio dxfNameW
entmake{ {0, "CIRCLE"}, {10, Point(0, 0, 0)}, {40, 2} }
local e = entlast()
local w = e:dxfNameW()
print(" dxfNameW tipo = " .. type(w) .. " length = " .. tostring(w:length()))
e:erase()
Created with the Personal Edition of HelpNDoc: Make the switch to CHM with HelpNDoc's hassle-free WinHelp HLP to CHM conversion tool