Click or drag to resize
SoCameraInteractorViewY Method (Boolean)

Rotate camera to look parallel to the Y axis with +Z up.

Namespace: OIV.Inventor.ViewerComponents
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public void ViewY(
	bool reverse
)

Parameters

reverse
Type: SystemBoolean

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

Remarks

NOTE: The camera position is not changed, so the camera may not be looking toward the scene. Calling viewAll() will move the camera so that the scene is visible again.

See Also