Click or drag to resize
SoCameraInteractorSetRotationAxis Method

Set the axis of rotation.

Namespace: OIV.Inventor.ViewerComponents
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public void SetRotationAxis(
	SbVec3f axis
)

Parameters

axis
Type: OIV.InventorSbVec3f

new rotations axis

Remarks

Default is (0, 0, 0). This vector is used by the OIV.Inventor.ViewerComponents.SoCameraInteractor.Rotate(System.Single) method.

See Also