CreateClusterCenterWithNull

導入

v3.0

詳細

クラスタ センター オペレータを各入力クラスタに適用します。 クラスタを制御するためにヌルが 1 つ作成されます。

注: このコマンドは以前の CreateClusterCenter コマンドに相当します。

スクリプト構文

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

戻り値

作成された ClusterCenter オペレータのリストを含む XSICollection を戻します。

パラメータ

パラメータ タイプ 説明
InputObjs 文字列 クラスタのリスト

デフォルト値: 現在選択されている値

ConstructionMode siConstructionMode オペレータを適用するコンストラクション モードを指定します。

デフォルト値:現在のコンストラクション モードを使用

VBScript の例

NewScene , false

set obj = CreatePrim("Grid", "MeshSurface")

SetSelFilter "Point"

SelectGeometryComponents obj & ".pnt[13,22]"

CreateClusterCenterWithNull

関連項目

ApplyOperator ApplyOp