SoCameraInteractorSetRotationAxis Method |
Set the axis of rotation.
Namespace: OIV.Inventor.ViewerComponentsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void SetRotationAxis(
SbVec3f axis
)
Public Sub SetRotationAxis (
axis As SbVec3f
)
public:
void SetRotationAxis(
SbVec3f axis
)
member SetRotationAxis :
axis : SbVec3f -> unit
Parameters
- axis
- Type: OIV.InventorSbVec3f
new rotations axis
RemarksDefault is (0, 0, 0). This vector is used by the rotate(float) method.
See Also