SegmentCollection

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

説明

Geometry内のすべてのセグメントサブコンポーネントを表すSegmentオブジェクトのコレクション。SegmentCollection オブジェクトはGeometry.Segmentsプロパティから使用できます。

メソッド

Navigate      
       

プロパティ

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

VBScript の例

set oRoot = Application.ActiveProject.ActiveScene.Root

set oObj = oRoot.AddGeometry( "Cube", "MeshSurface" )

set oGeometry = oObj.ActivePrimitive.Geometry

set oSegments = oGeometry.Segments

関連項目

Geometry.Segments Facet.Segments Geometry Segment EdgeCollection