ジャンプ先: 概要. 戻り値. 関連. フラグ. MEL 例.
polyToSubdiv [-absolutePosition boolean] [-addUnderTransform boolean] [-applyMatrixToResult boolean] [-caching boolean] [-constructionHistory boolean] [-maxEdgesPerVert int] [-maxPolyCount int] [-name string] [-nodeState int] [-object boolean] [-preserveVertexOrdering boolean] [-quickConvert boolean] [-uvPoints float float] [-uvPointsU float] [-uvPointsV float] [-uvTreatment int]
[poly]
polyToSubdiv は、取り消し可能、照会可能、および編集可能です。
ポリゴンをサブディビジョン サーフェスに変換します。新しいサブディビジョン サーフェスの名前が返されます。コンストラクション ヒストリがオンの場合、新しいディペンデンシー ノードの名前も返されます。| string | - サブディビジョンとオプションのディペンデンシー ノード名。 |
照会モードでは、戻り値のタイプは照会されたフラグに基づきます。
| ロング ネーム(ショート ネーム) | 引数タイプ | プロパティ | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
-absolutePosition(-ap)
|
boolean
|
|
||||||||||
|
||||||||||||
-applyMatrixToResult(-amr)
|
boolean
|
|
||||||||||
|
||||||||||||
-caching(-cch)
|
boolean
|
|
||||||||||
|
||||||||||||
-maxEdgesPerVert(-me)
|
int
|
|
||||||||||
|
||||||||||||
-maxPolyCount(-mpc)
|
int
|
|
||||||||||
|
||||||||||||
-nodeState(-nds)
|
int
|
|
||||||||||
|
||||||||||||
-preserveVertexOrdering(-pvo)
|
boolean
|
|
||||||||||
|
||||||||||||
-quickConvert(-qc)
|
boolean
|
|
||||||||||
|
||||||||||||
-uvPoints(-uvp)
|
float float
|
|
||||||||||
|
||||||||||||
-uvPointsU(-uvu)
|
float
|
|
||||||||||
|
||||||||||||
-uvPointsV(-uvv)
|
float
|
|
||||||||||
|
||||||||||||
-uvTreatment(-uvt)
|
int
|
|
||||||||||
|
||||||||||||
| 共通のフラグ | ||||||||||||
-addUnderTransform(-aut)
|
boolean
|
|
||||||||||
|
||||||||||||
-constructionHistory(-ch)
|
boolean
|
|
||||||||||
|
||||||||||||
-name(-n)
|
string
|
|
||||||||||
|
||||||||||||
-object(-o)
|
boolean
|
|
||||||||||
|
||||||||||||
// To create a new subdivision surface from a polygon: polyToSubdiv polySphere1; // To create a new subdivision surface from a polygon with history so that // the tesselation can be edited afterwards: polyToSubdiv -ch on polySphere1;