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>.display
Properties
<nurbsdisplay>.displayCurves : boolean
true
if curves are displayed; otherwise false
.
<nurbsdisplay>.displaySurfaces : boolean
true
if surfaces are displayed; otherwise false
.
<nurbsdisplay>.displayLattices : boolean
true
if lattices are displayed; otherwise false
.
<nurbsdisplay>.displaySurfCVLattices : boolean
true
if surface CV lattices are displayed; otherwise false
.
<nurbsdisplay>.displayCurveCVLattices : boolean
true
if curve CV lattices are displayed; otherwise false
.
<nurbsdisplay>.displayDependents : boolean
true
if dependent sub-objects are displayed; otherwise false
.
<nurbsdisplay>.displayTrimming : boolean
true
if surface trimming is displayed; otherwise false
.
<nurbsdisplay>.degradeOnMove : boolean
true
if the surface may degrade while transforming it; otherwise false
.
<nurbsdisplay>.displayShadedLattice : boolean
true
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.