Click or drag to resize
SoCameraInteractorViewAxis Method

Moves and rotates the camera to be aligned with the given direction vector while keeping the up direction of the camera parallel to the specified up vector.

Namespace: OIV.Inventor.ViewerComponents
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void ViewAxis(
	SbVec3f direction,
	SbVec3f up
)

Parameters

direction
Type: OIV.InventorSbVec3f

The new view direction vector: this is the vector from the camera's position to the target point. Any future call to the method OIV.Inventor.ViewerComponents.SoCameraInteractor.GetDirectionVector() will return the same vector.

up
Type: OIV.InventorSbVec3f

The new up direction vector

Remarks

The camera position and orientation are changed to look at the point of interest, but the focalDistance is not changed.

See Also