Related C++ Class: CPointRefArray
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.
set oObj = application.activeproject.activescene.root.addgeometry( "Cube", "MeshSurface" ) set oGeometry = oObj.activeprimitive.geometry set oPoints = oGeometry.Points |