VertexCollection

Related C++ Class: CVertexRefArray

Inheritance

PointCollection

VertexCollection

Introduced

v3.0

Description

A collection of Vertex objects. You can access vertices from Edge.Vertices, PolygonFace.Vertices and PolygonMesh.Vertices.

Methods

GrowNeighborVertices operator Navigate NeighborEdges operator NeighborPolygons operator
NeighborVertices operator      
       

Properties

Count operator CreaseArray operator IndexArray operator NormalArray operator
PositionArray operator SubComponent operator    
       

Examples

VBScript Example

set oCone = ActiveSceneRoot.AddGeometry("Cone","MeshSurface")
set oEdges = oCone.ActivePrimitive.Geometry.Vertices

See Also

PolygonMesh.Vertices PolygonFace.Vertices PolygonFace.NeighborVertices PolygonFaceCollection.NeighborVertices Edge.Vertices Edge.NeighborVertices EdgeCollection.NeighborVertices Vertex.NeighborVertices Vertex.GrowNeighborVertices