Click or drag to resize
SoNodeIsBoundingBoxIgnoring Method

This method is used by getBoundingBox action traversal to know if the current node must be traversed or not, ie the bounding should be ignored.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public virtual bool IsBoundingBoxIgnoring()

Return Value

Type: Boolean
Remarks

See boundingBoxIgnoring field of nodes OIV.Inventor.Nodes.SoGroup, OIV.Inventor.Nodes.SoShape and OIV.Inventor.Nodekits.SoBaseKit. Default is false.

See Also