Click or drag to resize
SoGroupIsBoundingBoxIgnoring Method

Used by BoundingBoxAction to known if bounding box computation should be ignored or not.

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

Return Value

Type: Boolean
Remarks

By default the returned value is given by boundingBoxIgnoring field.

See Also