Defines how culled packed primitives are displayed in the viewport.
Values ¶
hou.viewportPackedBoxMode.NoDisplay
Culled packed primitives are not displayed at all.
hou.viewportPackedBoxMode.Wireframe
A wireframe bounding box replaces the packed primitive.
hou.viewportPackedBoxMode.Shaded
A shaded bounding box replaces the packed primitive.
hou.viewportPackedBoxMode.CurrentShadingMode
A bounding box replaces the packed primitive, drawn wireframe in wireframe shading modes and shaded otherwise.