Go to: Synopsis. Return value. Flags. MEL examples.
nurbsToPolygonsPref [-chordHeight float] [-chordHeightRatio float] [-delta3D float] [-edgeSwap boolean] [-format uint] [-fraction float] [-matchRenderTessellation uint] [-merge uint] [-mergeTolerance float] [-minEdgeLen float] [-polyCount uint] [-polyType uint] [-uNumber uint] [-uType uint] [-useChordHeight boolean] [-useChordHeightRatio boolean] [-vNumber uint] [-vType uint]
nurbsToPolygonsPref is undoable, queryable, and NOT editable.
This command sets the values used by the nurbs-to-polygons (or "tesselate") preference. This preference is used by Maya menu items 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 "nurbsTessellate" node.None
In query mode, return type is based on queried flag.
Long name (short name) | Argument types | Properties | ||
---|---|---|---|---|
-chordHeight(-cht)
|
float
|
|||
|
||||
-chordHeightRatio(-chr)
|
float
|
|||
|
||||
-delta3D(-d)
|
float
|
|||
|
||||
-edgeSwap(-es)
|
boolean
|
|||
|
||||
-format(-f)
|
uint
|
|||
|
||||
-fraction(-ft)
|
float
|
|||
|
||||
-matchRenderTessellation(-mrt)
|
uint
|
|||
|
||||
-merge(-m)
|
uint
|
|||
|
||||
-mergeTolerance(-mt)
|
float
|
|||
|
||||
-minEdgeLen(-mel)
|
float
|
|||
|
||||
-polyCount(-pc)
|
uint
|
|||
|
||||
-polyType(-pt)
|
uint
|
|||
|
||||
-uNumber(-un)
|
uint
|
|||
|
||||
-uType(-ut)
|
uint
|
|||
|
||||
-useChordHeight(-uch)
|
boolean
|
|||
|
||||
-useChordHeightRatio(-ucr)
|
boolean
|
|||
|
||||
-vNumber(-vn)
|
uint
|
|||
|
||||
-vType(-vt)
|
uint
|
|||
|
Flag can appear in Create mode of command | Flag can appear in Edit mode of command |
Flag can appear in Query mode of command | Flag can be used more than once in a command. |
// To find out what the current format is: nurbsToPolygonsPref -q -f;