Object Hierarchy | Related C++ Class: Vertex
Inheritance
SIObject
Point
Vertex
Introduced
3.0
Description
The Vertex object provides access to the geometry vertices of an X3DObject's primitive. Vertices are the PolygonMesh's equivalent of Point. You can access vertices from Edge.Vertices, PolygonFace.Vertices and PolygonMesh.Vertices.
Methods
|
|
Properties
|
|
|
Examples
VBScript Example
set oObj = ActiveSceneRoot.addgeometry( "Cube", "MeshSurface" ) set oGeometry = oObj.activeprimitive.geometry set oVertex = oGeometry.Vertices(0)
See Also
|
|
Autodesk Softimage v7.5