Click or drag to resize
SoShapeIsBoundingBoxIgnoring Method

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

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
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