MaxScript: Select Elements
Verfasst: 19.11.2006, 14:28
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...
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...