v3.0
Applies cluster center op to each input cluster. One null is created to drive the clusters.
Note: This command replaces the obsolete CreateClusterCenter command.
oReturn = CreateClusterCenterWithNull( [InputObjs], [ConstructionMode] ); |
Returns an XSICollection that contains a list of the ClusterCenter operators created.
| Parameter | Type | Description |
|---|---|---|
| InputObjs | String |
List of clusters Default Value: Current selection |
| ConstructionMode | siConstructionMode |
Specifies in which construction mode to apply the operator. Default Value: Use the current construction mode |
NewScene , false
set obj = CreatePrim("Grid", "MeshSurface")
SetSelFilter "Point"
SelectGeometryComponents obj & ".pnt[13,22]"
CreateClusterCenterWithNull |