Click or drag to resize
SoCameraInteractorViewX Method (Boolean)

NOTE: The camera position is not changed, so the camera may not be looking toward the scene.

Namespace: OIV.Inventor.ViewerComponents
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void ViewX(
	bool reverse
)

Parameters

reverse
Type: SystemBoolean

If false, rotate to look in the -X direction, else in +X direction.

Remarks

Calling OIV.Inventor.ViewerComponents.SoCameraInteractor.ViewAll(OIV.Inventor.SoPath, OIV.Inventor.SbViewportRegion) will move the camera so that the scene is visible again.

See Also