Click or drag to resize
SoWinExaminerViewerDollyCamera Method

Move the camera on the z axis based on cursor motion.

Namespace: OIV.Inventor.Win.Viewers
Assembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void DollyCamera(
	SbVec2s newLocator
)

Parameters

newLocator
Type: OIV.InventorSbVec2s

The new cursor position. The coordinates are in pixels with x in the range [0,window width-1] and y in the range [0,window height-1] with min y at the bottom and min x on the left.

Remarks

This corresponds to pressing left and middle mouse buttons, pressing control + shift + left mouse button or using the mouse wheel.

See Also