SoCameraInteractorRotate Method (SbRotation) |
Namespace: OIV.Inventor.ViewerComponentsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public void Rotate(
SbRotation rot
)
Public Sub Rotate (
rot As SbRotation
)
public:
void Rotate(
SbRotation rot
)
member Rotate :
rot : SbRotation -> unit
Parameters
- rot
- Type: OIV.InventorSbRotation
new rotation
Remarks Incremental in-place rotation. Rotations are cumulative. Camera position does not change (rotationCenter and rotationAxis do not apply).
See Also