Click or drag to resize
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.Nodes
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public override void GetBoundingBox(
	SoGetBoundingBoxAction action
)

Parameters

action
Type: OIV.Inventor.ActionsSoGetBoundingBoxAction
Remarks

Subclasses should not need to override this.

See Also