PointCollection

Related C++ Class: CPointRefArray

Description

A collection of Point objects that represent the points in the Geometry. The PointCollection object is accessed via the points member of the Geometry object.

Methods

Navigate

Properties

PointCollection.Count

IndexArray

PointCollection.Item

NormalArray

PositionArray

SubComponent

 

 

Examples

VBScript Example

set oObj = application.activeproject.activescene.root.addgeometry( "Cube", "MeshSurface" )
set oGeometry = oObj.activeprimitive.geometry
set oPoints = oGeometry.Points

See Also

Facet.Points

Segment.Points

Geometry.Points

ControlPointCollection

TrianglePointCollection

VertexCollection

 

 



Autodesk Softimage v7.5