Re: hidden polys?

Date : Thu, 01 Jun 2006 20:28:55 +0200
To : XSI(at)Softimage.COM
From : Guy Rabiller <guy(at)alamaison.fr>
Subject : Re: hidden polys?

Through the "InvisiblePolygons" Cluster.

You wont see it in the Explorer, but you can access it by Script.

For Instance in VBScript:

' Lets say you allready have the X3DObject:
Set oGeom = oItem.ActivePrimitive.Geometry
Set oCls = oGeom.Clusters.Item("InvisiblePolygons")
aCls = oCls.Elements.Array
For Each idx In aCls
   LogMessage idx
Next

Hope this helps.

--
guy rabiller | 3d technical director (at) LaMaison


Daniel Goupil a écrit :
How can I have the list of hidden polygons on the selected object?

cheers


---
Unsubscribe? Mail Majordomo(at)Softimage.COM with the following text in body:
unsubscribe xsi



--- Unsubscribe? Mail Majordomo(at)Softimage.COM with the following text in body: unsubscribe xsi

  • References:

Search the XSI List archives here or use the advanced search form to search across mailing lists. Searching help is available.
This site supposedly brought to you by Benjamin Grosser and the Imaging Technology Group.