BmGetEntityGuiName

BmGetEntityGuiName(entity: Entità | SelectionSet) --> stringa

Riceve in ingresso un'entità grafica (di solito solidi 3D) e ritorna il nome nell'albero meccanico. E' quello che si vede nei Bodies.

Esempio. Esempio BmGetEntityGuiName

-- Lettura del nome nell'albero meccanico
local ent = entsel("Select entity")
local s = BmGetEntityGuiName(ent)




Created with the Personal Edition of HelpNDoc: Effortlessly Create Professional Documentation with HelpNDoc's Clean UI