| SoControllerButtonEventSetOrientation Method (Single, Single, Single) | 
Set orientation value of associated tracker from Euler angles in radians (using the trackd convention Z*X*Y). 
 
Namespace: OIV.Inventor.EventsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic void SetOrientation(
	float x,
	float y,
	float z
)
Public Sub SetOrientation ( 
	x As Single,
	y As Single,
	z As Single
)
public:
void SetOrientation(
	float x, 
	float y, 
	float z
)
member SetOrientation : 
        x : float32 * 
        y : float32 * 
        z : float32 -> unit 
Parameters
- x
 - Type: SystemSingle
 - y
 - Type: SystemSingle
 - z
 - Type: SystemSingle
 
Remarks
See Also