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) |
boolean |
|
|
Display using render tesselation parameters when in shaded
mode. |
|
-polygonObject(-po) |
int |
|
|
Display the polygon objects with the given resolution |
|