SegmentCollection.SubComponent operator

導入

v3.0

詳細

SegmentのこのコレクションからSubComponentを作成します。

C#構文

// get accessor

SubComponent rtn = SegmentCollection.SubComponent;

VBScript の例

set oCube = ActiveSceneRoot.AddGeometry("Cube","MeshSurface")

set oSegment  = oCube.ActivePrimitive.Geometry.Segments(2)

set oSubComponent = oSegment.SubComponent

oSubComponent.AddElement 3

SelectObj oSubComponent