When using point instancing, instances can be culled because of the Point Instancing Percent, or the Instancing Limit display options. Culled instances can be replaced by a marker or bounding box, or completely hidden.
Values ¶
hou.viewportStandInGeometry.DisplayOff
Don’t show anything for culled instances.
hou.viewportStandInGeometry.LocationMarker
Show a point marker at the local space origin of the instance.
hou.viewportStandInGeometry.BoundingBox
Show the bounding box of the culled instance.