移動先: 概要 戻り値 フラグ. MEL 例.
closeCurve [-blendBias float] [-blendKnotInsertion boolean] [-caching boolean] [-constructionHistory boolean] [-curveOnSurface boolean] [-name string] [-nodeState int] [-object boolean] [-parameter float] [-preserveShape int] [-replaceOriginal boolean]
curve
closeCurve は 「元に戻す」が可能、「照会」が可能、「編集」が可能 です。
closeCurve コマンドはカーブを閉じて、周期カーブにします。
新しく閉じたカーブのパスの名前と、ディペンデンシー ノードの名前が返されます。このコマンドでカーブが指定されていない場合、最初のアクティブなカーブが使用されます。
戻り値の型は照会モードでは照会フラグが基になります。
blendBias, blendKnotInsertion, caching, constructionHistory, curveOnSurface, name, nodeState, object, parameter, preserveShape, replaceOriginal
: コマンドの作成モードで使用可能なフラグ
|
: コマンドの編集モードで使用可能なフラグ
|
: コマンドの照会モードで使用可能なフラグ
|
: 1 つのコマンドで複数回使用可能なフラグ
|
closeCurve -ch on -ps on curve1;
// Closes curve1 with history and by preserving shape. The result will
// be the name of the closed curve, and the name of the newly created
// dependency node.
closeCurve -ch on -ps off curve1;
// Closes curve1 with history and will not preserve the shape of the
// curve.
closeCurve -ch on -rpo on curve1;
// Closes curve1 with history and replaces the original curve with
// the closed one.