ジャンプ先: 概要. 戻り値. 関連. フラグ. MEL 例.
nurbsToSubdiv [-addUnderTransform boolean] [-caching boolean] [-collapsePoles boolean] [-constructionHistory boolean] [-matchPeriodic boolean] [-maxPolyCount int] [-name string] [-nodeState int] [-object boolean] [-reverseNormal boolean]
[surface]
nurbsToSubdiv は、取り消し可能、照会可能、および編集可能です。
NURBS サーフェスをサブディビジョン サーフェスに変換します。新しいサブディビジョン サーフェスの名前が返されます。コンストラクション ヒストリがオンの場合、新しいディペンデンシー ノードの名前も返されます。| string[] | サブディビジョン サーフェスとオプションのディペンデンシー ノード名。 |
照会モードでは、戻り値のタイプは照会されたフラグに基づきます。
| ロング ネーム(ショート ネーム) | 引数タイプ | プロパティ | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 共通のフラグ | ||||||||||||
-addUnderTransform(-aut)
|
boolean
|
|
||||||||||
|
||||||||||||
-caching(-cch)
|
boolean
|
|
||||||||||
|
||||||||||||
-collapsePoles(-cp)
|
boolean
|
|
||||||||||
|
||||||||||||
-constructionHistory(-ch)
|
boolean
|
|
||||||||||
|
||||||||||||
-matchPeriodic(-mp)
|
boolean
|
|
||||||||||
|
||||||||||||
-maxPolyCount(-mpc)
|
int
|
|
||||||||||
|
||||||||||||
-name(-n)
|
string
|
|
||||||||||
|
||||||||||||
-nodeState(-nds)
|
int
|
|
||||||||||
|
||||||||||||
-object(-o)
|
boolean
|
|
||||||||||
|
||||||||||||
-reverseNormal(-rn)
|
boolean
|
|
||||||||||
|
||||||||||||
// To create a new subd surface from a NURBS surface: nurbsToSubdiv nurbsSphere1; // To create a new subd surface from a NURBS surface with history so that // the tesselation can be edited afterwards: nurbsToSubdiv -ch on nurbsSphere1;