displaySmoothness is undoable, queryable, and editable.
This command is responsible for setting the display smoothness
of NURBS curves and surfaces to either predefined or custom values.
It also sets display modes for smoothness such as hulls and the
hull simplification factors.
At present, this command is NOT un-doable.
In query mode, return type is based on queried flag.
| Long name (short name) |
argument types |
Properties |
-all(-all)
|
|

|
|
Change smoothness for all curves and surfaces
|
|
-full(-f)
|
|

|
|
Display surface at full resolution - the default.
|
|
-hull(-hl)
|
|

|
|
Display surface using the hull (control points are drawn rather
than surface knot points). This mode is a useful display performance
improvement when modifying a surface since it doesn't require
evaluating points on the surface.
|
|
-boundary(-bn)
|
|

|
|
Display wireframe surfaces using only the boundaries of the surface
Not fully implemented yet
|
|
-defaultCreation(-dc)
|
|

|
|
The default values at creation (applies only -du, -dv, -pw, -ps)
|
|
-pointsWire(-pw)
|
int
|

|
|
Number of points per surface isoparm span
or the number of points per curve span in wireframe mode.
The valid range of values is [1,128].
Note: This is the only flag that also applies to nurbs curves.
|
|
-pointsShaded(-ps)
|
int
|

|
|
Number of points per surface span in shaded mode. The
valid range of values is [1,64].
|
|
-divisionsU(-du)
|
int
|

|
|
Number of isoparm divisions per span in the U direction.
The valid range of values is [0,64].
|
|
-divisionsV(-dv)
|
int
|

|
|
Number of isoparm divisions per span in the V direction.
The valid range of values is [0,64].
|
|
-simplifyU(-su)
|
int
|

|
|
Number of spans to skip in the U direction when in
hull display mode.
|
|
-simplifyV(-sv)
|
int
|

|
|
Number of spans to skip in the V direction when in
hull display mode.
|
|
-renderTessellation(-rt)
|
|

|
|
Display using render tesselation parameters when in shaded mode.
|
|
-polygonObject(-po)
|
int
|

|
|
Display the polygon objects with the given resolution
|
|