| SoCameraInteractorSetOrientation Method  | 
Set the orientation of the camera. 
 
Namespace: OIV.Inventor.ViewerComponentsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic void SetOrientation(
	SbRotation rot
)
Public Sub SetOrientation ( 
	rot As SbRotation
)
public:
void SetOrientation(
	SbRotation rot
)
member SetOrientation : 
        rot : SbRotation -> unit 
Parameters
- rot
 - Type: OIV.InventorSbRotation
new orientation 
 
RemarksReplaces any previous rotations applied to the camera. Camera position does not change.
See Also