| SoCameraInteractorTilt Method  | 
 
Namespace: OIV.Inventor.ViewerComponentsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic 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 
 
RemarksIncremental 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