Related C++ Class: CVertexRefArray
VertexCollection
v3.0
A collection of Vertex objects. You can access vertices from Edge.Vertices, PolygonFace.Vertices and PolygonMesh.Vertices.
set oCone = ActiveSceneRoot.AddGeometry("Cone","MeshSurface") set oEdges = oCone.ActivePrimitive.Geometry.Vertices |