Click or drag to resize
SoCameraInteractorViewIn Method (SbBox3f)

Move camera to the center of the specified box.

Namespace: OIV.Inventor.ViewerComponents
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public void ViewIn(
	SbBox3f bbox
)

Parameters

bbox
Type: OIV.InventorSbBox3f
Remarks

The near and far clipping planes will be adjusted to see the inside of the box. If the box is empty, nothing happens.

See Also