ジャンプ先: 概要. 戻り値. 関連. フラグ. MEL 例.
polyRemesh [-caching boolean] [-collapseThreshold float] [-constructionHistory boolean] [-interpolationType int] [-maxEdgeLength float] [-name string] [-nodeState int] [-smoothStrength float] [-tessellateBorders boolean] [-useRelativeValues boolean]
polyRemesh は、取り消し可能、照会可能、および編集可能です。
三角化し、エッジの分割と折り畳みを行って指定されたメッシュを再メッシュします。指定された細分化しきい値より長いエッジは分割され、削減しきい値よりも短いエッジは折り畳まれます。| string | ノード名 |
照会モードでは、戻り値のタイプは照会されたフラグに基づきます。
| ロング ネーム(ショート ネーム) | 引数タイプ | プロパティ | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Common poly modifier operation flags | ||||||||||||
-caching(-cch)
|
boolean
|
|
||||||||||
|
||||||||||||
-collapseThreshold(-cot)
|
float
|
|
||||||||||
|
||||||||||||
-constructionHistory(-ch)
|
boolean
|
|
||||||||||
|
||||||||||||
-interpolationType(-ipt)
|
int
|
|
||||||||||
|
||||||||||||
-maxEdgeLength(-mel)
|
float
|
|
||||||||||
|
||||||||||||
-name(-n)
|
string
|
|
||||||||||
|
||||||||||||
-nodeState(-nds)
|
int
|
|
||||||||||
|
||||||||||||
-smoothStrength(-smt)
|
float
|
|
||||||||||
|
||||||||||||
-tessellateBorders(-tsb)
|
boolean
|
|
||||||||||
|
||||||||||||
-useRelativeValues(-urv)
|
boolean
|
|
||||||||||
|
||||||||||||
polySphere -r 10; polyRemesh -rft 1;