Sample.SubComponent operator

導入

v3.0

詳細

SampleオブジェクトからSubComponentを作成します。

VBScript の例

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