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 コマンドはカーブを閉じて、周期カーブにします。新しく閉じたカーブのパスの名前と、ディペンデンシー ノードの名前が返されます。このコマンドでカーブが指定されていない場合、最初のアクティブなカーブが使用されます。| string[] | オブジェクト名とノード名 |
照会モードでは、戻り値のタイプは照会されたフラグに基づきます。
| ロング ネーム(ショート ネーム) | 引数タイプ | プロパティ | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
-blendBias(-bb)
|
float
|
|
||||||||||
|
||||||||||||
-blendKnotInsertion(-bki)
|
boolean
|
|
||||||||||
|
||||||||||||
-caching(-cch)
|
boolean
|
|
||||||||||
|
||||||||||||
-nodeState(-nds)
|
int
|
|
||||||||||
|
||||||||||||
-parameter(-p)
|
float
|
|
||||||||||
|
||||||||||||
-preserveShape(-ps)
|
int
|
|
||||||||||
|
||||||||||||
| 共通のフラグ | ||||||||||||
-constructionHistory(-ch)
|
boolean
|
|
||||||||||
|
||||||||||||
-curveOnSurface(-cos)
|
boolean
|
|
||||||||||
|
||||||||||||
-name(-n)
|
string
|
|
||||||||||
|
||||||||||||
-object(-o)
|
boolean
|
|
||||||||||
|
||||||||||||
-replaceOriginal(-rpo)
|
boolean
|
|
||||||||||
|
||||||||||||
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.