Object Hierarchy | Related C++ Class: Edge
Inheritance
SIObject
Segment
Edge
Introduced
3.0
Description
The Edge object gives access to the geometry edges of an X3DObject's primitive. Edge are the PolygonMesh specifics of Segment. You can reach edge from PolygonFace.Edges and PolygonMesh.Edges.
Methods
|
|
Properties
|
|
Examples
VBScript Example
set oObj = ActiveSceneRoot.addgeometry( "Cube", "MeshSurface" ) set oGeometry = oObj.activeprimitive.geometry set oEdge = oGeometry.Edges(0)
See Also
SOFTIMAGE|XSI v6.01