SampleCollection.SubComponent operator

導入

v2.5

説明

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

VBScript の例

set oCube = ActiveSceneRoot.AddGeometry("Cube","MeshSurface")
set oFacet  = oCube.ActivePrimitive.Geometry.Facets(2)
set oSubComponent = oFacet.Samples.SubComponent
SelectObj oSubComponent