PointCollection
 
 
 

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

Count operator IndexArray operator NormalArray operator PositionArray operator
SubComponent operator      
       

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