getLayer

entity:getLayer() --> stringa

Ritorna il nome del layer cui appartiene l'entità.


Esempio 1. Esempio getLayer

local ent = entmake{ {0,"LINE"}, {10,Point(0,10,0)}, {11,Point(60,10,0)} }
print("\nlayer: " .. ent:getLayer())
ent:setLayer("0")

Created with the Personal Edition of HelpNDoc: Leave the tedious WinHelp HLP to CHM conversion process behind with HelpNDoc