polyToSubdiv is undoable, queryable, and editable.
This command converts a polygon and produces a subd surface.
The name of the new subdivision surface is returned.
If construction history is ON, then the name of the new dependency
node is returned as well.
| Long name (short name) |
[argument types] |
Properties |
-maxPolyCount(-mpc)
|
int
|

|
|
The maximum number of polygons accepted on the input mesh.
Default: 1000
In query mode, this flag needs a value.
|
|
-maxEdgesPerVert(-me)
|
int
|

|
|
The maximum allowed valence for a vertex on the input mesh
Default: 32
In query mode, this flag needs a value.
|
|
-applyMatrixToResult(-amr)
|
boolean
|

|
|
If true, the matrix on the input geometry is applied to the object
and the resulting geometry will have identity matrix on it. If false
the conversion is done on the local space object and the resulting
geometry has the input object's matrix on it.
Default: true
In query mode, this flag needs a value.
|
|
-absolutePosition(-ap)
|
boolean
|

|
|
If true, the possible blind data information that comes from the
polygon will be treated as absolute positions of the vertices,
instead of the relative offsets. You most likelly just want to
use the default of false, unless you know that the blind data
has the absolute positions in it.
Default: false
In query mode, this flag needs a value.
|
|
-uvTreatment(-uvt)
|
int
|

|
|
Treatment of Subd UVs when in proxy mode:
0 - preserve Subd UVs
1 - build Subd UVs from Poly UVs
2 - no UVs on Subd
Default: 0
In query mode, this flag needs a value.
|
|
-cachedUVs(-cuv)
|
|
 
|
|
Compound attribute that corresponds to uv set of a object
It is a multi attribute. The index of the multi has no
logical meaning, as indexing is not done by array location
but instead by a child attribute (See aUVSetName)
In query mode, this flag needs a value.
|
|
-uvPoints(-uvp)
|
|
 
|
|
This is a cached uv point needed to transfer uv data associated with
finer level vertices (when switching between standard editing mode
and poly proxy mode.
In query mode, this flag needs a value.
|
|
-uvPointsU(-uvu)
|
|

|
|
U value of a cached uv point
In query mode, this flag needs a value.
|
|
-uvPointsV(-uvv)
|
|

|
|
V value of a cached uv point
In query mode, this flag needs a value.
|
|
-name(-n)
|
string
|
|
|
Name the resulting object
|
|
-constructionHistory(-ch)
|
boolean
|
|
|
Turn the construction history on or off (where applicable)
|
|
-object(-o)
|
boolean
|
|
|
Create the result, or just the dep. node (where applicable)
|
|