Click or drag to resize
SoCameraInteractorRotate Method (SbRotation)

Rotate the camera.

Namespace: OIV.Inventor.ViewerComponents
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void Rotate(
	SbRotation rot
)

Parameters

rot
Type: OIV.InventorSbRotation

new rotation

Remarks

Incremental in-place rotation. Rotations are cumulative. Camera position does not change (rotationCenter and rotationAxis do not apply).

See Also