CreateClusterCenterWithNull

Introduced

3.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

CreateClusterCenterWithNull( [InputObjs], [ConstructionMode] )

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

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

ApplyOperator

ApplyOp



Autodesk Softimage v7.5