SoGroupIsBoundingBoxIgnoring Method |
Used by BoundingBoxAction to known if bounding box computation should be ignored or not.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public override bool IsBoundingBoxIgnoring()
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Overrides Function IsBoundingBoxIgnoring As Boolean
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
virtual bool IsBoundingBoxIgnoring() override
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
abstract IsBoundingBoxIgnoring : unit -> bool
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
override IsBoundingBoxIgnoring : unit -> bool
Return Value
Type:
BooleanRemarks By default the returned value is given by boundingBoxIgnoring field.
See Also