Object Hierarchy | Related C++ Class: PolygonFace
Inheritance
SIObject
Facet
PolygonFace
Description
The PolygonFace object gives access to the polygons of an X3DObject's Primitive Geometry.
Methods
|
|
Properties
Examples
VBScript Example
set oObject = Application.ActiveProject.ActiveScene.Root.AddGeometry("Cube","MeshSurface")
set oPolygonMesh = oObject.ActivePrimitive.Geometry
set oPolygonFace = oPolygonMesh.Polygons(0)See Also
|
|
Autodesk Softimage v7.5