SampleCollection.SubComponent operator

導入

v2.5

説明

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

C#構文

// get accessor

SubComponent rtn = SampleCollection.SubComponent;

VBScript の例

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

set oFacet  = oCube.ActivePrimitive.Geometry.Facets(2)

set oSubComponent = oFacet.Samples.SubComponent

SelectObj oSubComponent