SoVolumeShapeGetBoundingBox Method |
Implements bounding box method using virtual OIV.VolumeViz.Nodes.SoVolumeShape.ComputeBBox(OIV.Inventor.Actions.SoAction, OIV.Inventor.SbBox3f@, OIV.Inventor.SbVec3f@) method.
Namespace: OIV.VolumeViz.NodesAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public override void GetBoundingBox(
SoGetBoundingBoxAction action
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Overrides Sub GetBoundingBox (
action As SoGetBoundingBoxAction
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
virtual void GetBoundingBox(
SoGetBoundingBoxAction^ action
) override
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
abstract GetBoundingBox :
action : SoGetBoundingBoxAction -> unit
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
override GetBoundingBox :
action : SoGetBoundingBoxAction -> unit
Parameters
- action
- Type: OIV.Inventor.ActionsSoGetBoundingBoxAction
Remarks Subclasses should not need to override this.
See Also