Go to: Synopsis. Return value. Flags. MEL examples.
nurbsToSubdivPref [-bridge int] [-capType int] [-collapsePoles boolean] [-matchPeriodic boolean] [-maxPolyCount int] [-offset linear] [-reverseNormal boolean] [-solidType int] [-trans00 float] [-trans01 float] [-trans02 float] [-trans10 float] [-trans11 float] [-trans12 float] [-trans20 float] [-trans21 float] [-trans22 float] [-trans30 float] [-trans31 float] [-trans32 float]
nurbsToSubdivPref is undoable, queryable, and NOT editable.
This command sets the values used by the nurbs-to-subdivision surface preference. This preference is used by the nurbs creation commands and is saved between Maya sessions. To query any of the flags, use the "-query" flag. For more information on the flags, see the node documentation for the "nurbsToSubdivProc" node.None
In query mode, return type is based on queried flag.
Long name (short name) | Argument types | Properties | ||
---|---|---|---|---|
-maxPolyCount(-mpc) |
int |
![]() ![]() |
||
|
||||
-reverseNormal(-rn) |
boolean |
![]() ![]() |
||
|
||||
-matchPeriodic(-mp) |
boolean |
![]() ![]() |
||
|
||||
-collapsePoles(-cp) |
boolean |
![]() ![]() |
||
|
||||
-solidType(-st) |
int |
![]() ![]() |
||
|
||||
-capType(-ct) |
int |
![]() ![]() |
||
|
||||
-bridge(-br) |
int |
![]() ![]() |
||
|
||||
-offset(-o) |
linear |
![]() ![]() |
||
|
||||
-trans00(-t00) |
float |
![]() ![]() |
||
|
||||
-trans01(-t01) |
float |
![]() ![]() |
||
|
||||
-trans02(-t02) |
float |
![]() ![]() |
||
|
||||
-trans10(-t10) |
float |
![]() ![]() |
||
|
||||
-trans11(-t11) |
float |
![]() ![]() |
||
|
||||
-trans12(-t12) |
float |
![]() ![]() |
||
|
||||
-trans20(-t20) |
float |
![]() ![]() |
||
|
||||
-trans21(-t21) |
float |
![]() ![]() |
||
|
||||
-trans22(-t22) |
float |
![]() ![]() |
||
|
||||
-trans30(-t30) |
float |
![]() ![]() |
||
|
||||
-trans31(-t31) |
float |
![]() ![]() |
||
|
||||
-trans32(-t32) |
float |
![]() ![]() |
||
|
![]() |
![]() |
![]() |
![]() |
// To find out what the current value of maxPolyCount is: nurbsToSubdivPref -q -maxPolyCount;