Click or drag to resize
SoWinConstrainedViewerSetUpDirection Method

Specifies the upward direction of the viewer.

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 SetUpDirection(
	SbVec3f newUpDirection
)

Parameters

newUpDirection
Type: OIV.InventorSbVec3f
Remarks

This up direction is used by the viewers to constrain the camera when tilting up/down, and also used when rotating the camera right/left. The default is the +Y (0,1,0) direction.

See Also