SubComponent.Type

説明

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

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