groupaddent

groupaddent(strNomeGroup: stringa, ent1/selset) --> booleano

Funzione che in ingresso vuole il nome del gruppo come stringa LUA 4 o unicode. (la stringa e non l'oggetto gruppo) e un entità/selectionset.

 Aggiunge l'entità/selection-set ad un gruppo. 

Ritorna 1 se l'operazione è andata a buon fine, altrimenti nil.


Esempio 1. Esempio groupaddent

-- aggiunge un'entità a un gruppo esistente
local ent = entmake{ {0,"LINE"}, {10,Point(0,0,0)}, {11,Point(10,0,0)} }
groupaddent("MIOGROUP", ent)

Created with the Personal Edition of HelpNDoc: Effortlessly create a professional-quality documentation website with HelpNDoc