SubComponent.Type

説明

"SubComponent"というサフィックスが付いたクラスタタイプ(Point の"pntSubComponent"など)を含む String を戻します。

C#構文

// get accessor

String rtn = SubComponent.Type;

VBScript の例

set oObject = Application.ActiveSceneRoot.AddGeometry("Cube","MeshSurface","MyCube")

set oSubComponent = oObject.ActivePrimitive.Geometry.CreateSubComponent(siVertexCluster, Array(3,4,5))

Application.LogMessage oSubComponent.Type

' Expected result:

'INFO : pntSubComponent