Description
Applies cluster center op to each input cluster. One null is created to drive the clusters.
Note: This command replaces the obsolete CreateClusterCenter command.
Scripting Syntax
CreateClusterCenterWithNull( [InputObjs], [ConstructionMode] )
Parameters
|
Parameter |
Type |
Description |
|
InputObjs |
List of clusters Default Value: Current selection |
|
|
ConstructionMode |
Specifies in which construction mode to apply the operator. Default Value: Use the current construction mode |
Return Value
Returns an XSICollection that contains a list of the ClusterCenter operators created.
Examples
VBScript Example
NewScene , false set obj = CreatePrim( "Grid", "NurbsSurface" ) SetSelFilter "Point" SelectGeometryComponents obj & ".pnt[(2,5),(3,5)]" CreateClusterCenterWithNull
See Also
SOFTIMAGE|XSI v6.01