Click or drag to resize
SoWinExaminerViewerActivateDolly Method

Sets the start locator for dolly camera animation.

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 ActivateDolly(
	SbVec2s newLocator
)

Parameters

newLocator
Type: OIV.InventorSbVec2s

The start mouse position in pixels. The coordinates must be defined with x in the range [0,window width] and y in the range [0,window height] with min y at the bottom and min x on the left.

Remarks

This method should be called fisrt, before to start a dolly camera animation.

Note Note

Member available since Open Inventor 9.2.1

See Also