Click or drag to resize
SoCameraInteractorSetOrientation Method

Set the orientation of the camera.

Namespace: OIV.Inventor.ViewerComponents
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public void SetOrientation(
	SbRotation rot
)

Parameters

rot
Type: OIV.InventorSbRotation

new orientation

Remarks

Replaces any previous rotations applied to the camera. Camera position does not change.

See Also