CreateSubComponent (Geometry)
Description
Creates a SubComponent object containing the subelements of the Geometry matching the specified indices. If you don't specify indices, an empty SubComponent object is created.
Scripting Syntax
Geometry.CreateSubComponent( Type, [Indices] )
C# Syntax
SubComponent Geometry.CreateSubComponent( String in_Type, Object in_Indices );Parameters
|
Parameter |
Type |
Description |
|
Type |
The cluster type is used to identify the SubComponent type. |
|
|
Indices |
A 1D array containing indices to the subcomponent of the geometry. |
Return Value
See Also
Examples
• See Geometry.CreateSubComponent.1.vbs
Autodesk Softimage 2011