Seite 1 von 1

MaxScript: Select Elements

Verfasst: 19.11.2006, 14:28
von Simon
faces = polyop.getElementsUsingFace $stadt_haustyp2_1221 1;
select $stadt_haustyp2_1221.faces[faces];

line1: gives you the element containting to face 1
line2: selects all the faces returned by line 1

no you only need to detach the faces...