VertexCollection

Related C++ Class: CVertexRefArray

Inheritance

PointCollection
   VertexCollection

Introduced

3.0

Description

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

Methods

GrowNeighborVertices

Navigate

NeighborEdges

NeighborPolygons

NeighborVertices

 

 

 

Properties

PointCollection.Count

CreaseArray

IndexArray

PointCollection.Item

NormalArray

PositionArray

SubComponent

 

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

 

 

 



Autodesk Softimage v7.5