Click or drag to resize
SoWWWInlineSetBoundingBoxVisibility Method

Specifies when bounding boxes are displayed.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static void SetBoundingBoxVisibility(
	SoWWWInlineBboxVisibilities b
)

Parameters

b
Type: OIV.Inventor.NodesSoWWWInlineBboxVisibilities
Remarks

The bounding box can be rendered along with the children (ALWAYS), only until the child data is loaded (UNTIL_LOADED), or not at all (NEVER). Default is UNTIL_LOADED.

See Also