CreateClusterCenterWithNull
 
 
 

CreateClusterCenterWithNull

Introduced

v3.0

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

oReturn = CreateClusterCenterWithNull( [InputObjs], [ConstructionMode] );

Return Value

Returns an XSICollection that contains a list of the ClusterCenter operators created.

Parameters

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

Examples

VBScript Example

NewScene , false
set obj = CreatePrim("Grid", "MeshSurface")
SetSelFilter "Point"
SelectGeometryComponents obj & ".pnt[13,22]"
CreateClusterCenterWithNull

See Also

ApplyOperator ApplyOp