Vertex
 
 
 

Vertex

Object Hierarchy | Related C++ Class: Vertex

Inheritance

SIObject

Point

Vertex

Introduced

v3.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

GrowNeighborVertices operator IsClassOf operator IsEqualTo operator Navigate
NeighborEdges operator NeighborPolygons operator NeighborVertices operator  
       

Properties

Application Categories Crease operator FullName operator
Help Index operator IsBoundary operator Name operator
NestedObjects Nodes operator Normal operator Origin
OriginPath Parent Position operator Samples operator
SubComponent operator Type operator    
       

Examples

VBScript Example

set oObj = ActiveSceneRoot.addgeometry( "Cube", "MeshSurface" )
set oGeometry = oObj.activeprimitive.geometry
set oVertex = oGeometry.Vertices(0)

See Also

PolygonMesh Geometry PolygonMesh.Vertices Geometry.Points PolygonFace PolygonNode Edge