Introduced
1.0
Description
This object is obsolete and has been replaced by the Segment object. The 2D geometry of a 3D object.
Methods
|
|
Properties
|
|
Examples
VBScript Example
' this example illustrates how to access the polygons of the cube polygon mesh.
CreatePrim "Cube", "MeshSurface"
set oSelList = GetValue("SelectionList")
set oItem = oSelList(0)
set oGeometry = oItem.obj
set o2DComponent = oGeometry.Geometry2D
See Also
SOFTIMAGE|XSI v6.01