SoCameraInteractorTilt Method |
Namespace: OIV.Inventor.ViewerComponentsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public void Tilt(
float angle
)
Public Sub Tilt (
angle As Single
)
public:
void Tilt(
float angle
)
member Tilt :
angle : float32 -> unit
Parameters
- angle
- Type: SystemSingle
angle in radians
Remarks Incremental in-place rotation up/down (around the camera's local X axis). Rotations are cumulative. Camera position does not change. Positive values tilt the camera up.
See Also