Click or drag to resize
SoCameraInteractorRotate Method (Single)

Rotate the camera around the center specified by setRotationCenter() and the axis specified by setRotationAxis().

Namespace: OIV.Inventor.ViewerComponents
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public void Rotate(
	float angle
)

Parameters

angle
Type: SystemSingle

angle in radians

Remarks

The default rotation axis is (0,0,0), so calling this method will not have any visible effect until a rotation axis is set. The rotation axis is automatically set by some methods, e.g. orbit().

See Also