| SoMotion3EventSetRotation Method  | 
Sets the relative change in rotation since the last rotation event. 
 
Namespace: OIV.Inventor.EventsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic void SetRotation(
	SbRotation r
)
Public Sub SetRotation ( 
	r As SbRotation
)
public:
void SetRotation(
	SbRotation r
)
member SetRotation : 
        r : SbRotation -> unit 
Parameters
- r
 - Type: OIV.InventorSbRotation
 
Remarks
See Also