This class corresponds to the NURBS display control checkboxes in the General NURBS rollout panel. You can exert control over the display levels in a NURBS object by either assigning NURBSDisplay values to the .display property of a NURBSSet value or using the setSurfaceDisplay() node function. See NURBS Node Properties and Methods.
Constructors
NURBSDisplay [<property>:<val>]...Any of the object's properties may be set via optional keyword arguments on the constructor.
<nurbsset>.displayProperties
<nurbsdisplay>.displayCurves : booleantrue if curves are displayed; otherwise false .
<nurbsdisplay>.displaySurfaces : booleantrue if surfaces are displayed; otherwise false .
<nurbsdisplay>.displayLattices : booleantrue if lattices are displayed; otherwise false .
<nurbsdisplay>.displaySurfCVLattices : booleantrue if surface CV lattices are displayed; otherwise false .
<nurbsdisplay>.displayCurveCVLattices : booleantrue if curve CV lattices are displayed; otherwise false .
<nurbsdisplay>.displayDependents : booleantrue if dependent sub-objects are displayed; otherwise false .
<nurbsdisplay>.displayTrimming : booleantrue if surface trimming is displayed; otherwise false .
<nurbsdisplay>.degradeOnMove : booleantrue if the surface may degrade while transforming it; otherwise false .
<nurbsdisplay>.displayShadedLattice : booleantrue if the NURBS surfaces appear as shaded lattices in shaded viewports and wireframe viewports display the surface's lattice without shading. false if NURBS surfaces display as tessellated meshes in shaded viewport and wireframe viewports surfaces display as either iso curves or wire meshes.