SoCameraInteractorViewIn Method (SbBox3f) |
Move camera to the center of the specified box.
Namespace: OIV.Inventor.ViewerComponentsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void ViewIn(
SbBox3f bbox
)
Public Sub ViewIn (
bbox As SbBox3f
)
public:
void ViewIn(
SbBox3f bbox
)
member ViewIn :
bbox : SbBox3f -> unit
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