Click or drag to resize
SoCameraInteractorPivot Method

Pivot the camera.

Namespace: OIV.Inventor.ViewerComponents
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void Pivot(
	float angle
)

Parameters

angle
Type: SystemSingle

angle in radians

Remarks

Incremental in-place rotation left/right (around the camera's up vector, i.e. local Y axis). Rotations are cumulative. Camera position does not change. Positive values pivot the camera left.

See Also