PointCollection

関連する C++クラス:CPointRefArray

説明

Geometry内のポイントを表すPointオブジェクトのコレクションです。PointCollection オブジェクトは Geometry オブジェクトのポイントメンバからアクセスできます。

メソッド

Navigate      
       

プロパティ

Countオペレータ IndexArrayオペレータ NormalArrayオペレータ PositionArrayオペレータ
SubComponentオペレータ      
       

VBScript の例

set oObj = application.activeproject.activescene.root.addgeometry( "Cube", "MeshSurface" )

set oGeometry = oObj.activeprimitive.geometry

set oPoints = oGeometry.Points

関連項目

Facet.Points Segment.Points Geometry.Points ControlPointCollection TrianglePointCollection VertexCollection