Click or drag to resize
SoVolumeRenderComputeBBox Method (SoAction, SbBox3f, SbVec3f)

Namespace: OIV.VolumeViz.Nodes
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public override void ComputeBBox(
	SoAction name_30117,
	out SbBox3f box,
	out SbVec3f center
)

Parameters

name_30117
Type: OIV.Inventor.ActionsSoAction
box
Type: OIV.InventorSbBox3f
center
Type: OIV.InventorSbVec3f
Remarks

Compute axis aligned bounding box (AABB) for subclass using information in the given action (which may not necessarily be an SoGetBoundingBoxAction). This is used by getBoundingBox() and when rendering or picking a shape with bounding-box complexity. Subclasses must define this method.

See Also