Re: hidden polys?

Date : Thu, 01 Jun 2006 15:12:55 -0400
To : XSI(at)Softimage.COM
From : Daniel Goupil <dgoupil(at)hybride.com>
Subject : Re: hidden polys?
Exactly what I needed!

cheers

Guy Rabiller wrote:

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



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


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.