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.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public virtual bool IsBoundingBoxIgnoring()
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Overridable Function IsBoundingBoxIgnoring As Boolean
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
virtual bool IsBoundingBoxIgnoring()
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
abstract IsBoundingBoxIgnoring : unit -> bool
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
override IsBoundingBoxIgnoring : unit -> bool
Return Value
Type:
Boolean
Remarks
See Also