SoBaseKitIsBoundingBoxIgnoring Method |
Namespace: OIV.Inventor.NodekitsAssembly: 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 returns value of boundingBoxIgnoring field.
See Also