SoObliqueSliceComputeBBox Method (SoAction, SbBox3f, SbVec3f) |
Compute the bounding box.
Namespace: OIV.VolumeViz.NodesAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public override void ComputeBBox(
SoAction name_18627,
out SbBox3f box,
out SbVec3f center
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Overrides Sub ComputeBBox (
name_18627 As SoAction,
<OutAttribute> ByRef box As SbBox3f,
<OutAttribute> ByRef center As SbVec3f
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
virtual void ComputeBBox(
SoAction^ name_18627,
[OutAttribute] SbBox3f% box,
[OutAttribute] SbVec3f% center
) override
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
abstract ComputeBBox :
name_18627 : SoAction *
box : SbBox3f byref *
center : SbVec3f byref -> unit
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
override ComputeBBox :
name_18627 : SoAction *
box : SbBox3f byref *
center : SbVec3f byref -> unit
Parameters
- name_18627
- Type: OIV.Inventor.ActionsSoAction
- box
- Type: OIV.InventorSbBox3f
- center
- Type: OIV.InventorSbVec3f
Remarks See Also