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
Properties
|
|
|
Examples
VBScript Example
set oObj = application.activeproject.activescene.root.addgeometry( "Cube", "MeshSurface" ) set oGeometry = oObj.activeprimitive.geometry set oPoints = oGeometry.Points
See Also
|
|
|
Autodesk Softimage v7.5