Click or drag to resize
SoCameraInteractorSetRotationAxis Method

Set the axis of rotation.

Namespace: OIV.Inventor.ViewerComponents
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.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 rotate(float) method.

See Also