Click or drag to resize
SoCameraInteractorSetRotationCenter Method

Set the center 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 SetRotationCenter(
	SbVec3f pos
)

Parameters

pos
Type: OIV.InventorSbVec3f

position in world coordinates

Remarks

Default is (0, 0, 0). This position is used by the rotate(float) and orbit() methods.

See Also