移動先: 概要 戻り値 関連項目. フラグ. MEL 例.
smoothCurve [-caching boolean] [-constructionHistory boolean] [-name string] [-nodeState int] [-object boolean] [-replaceOriginal boolean] [-smoothness float]
selectionList
smoothCurve は 「元に戻す」が可能、「照会」が可能、「編集」が可能 です。
スムース コマンドは、指定された制御点でカーブをスムースします。
戻り値の型は照会モードでは照会フラグが基になります。
fitBspline, rebuildCurve
caching, constructionHistory, name, nodeState, object, replaceOriginal, smoothness
: コマンドの作成モードで使用可能なフラグ
|
: コマンドの編集モードで使用可能なフラグ
|
: コマンドの照会モードで使用可能なフラグ
|
: 1 つのコマンドで複数回使用可能なフラグ
|
//Create a curve, then smooth it
curve -p 0 0 0 -p 3 5 6 -p 5 6 7 -p 9 9 9 -n "curve1";
smoothCurve -s 10 "curve1.cv[*]";