Click or drag to resize
SoSceneManagerSetOrigin Method

Defines the origin of the viewport within the window.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetOrigin(
	SbVec2s newOrigin
)

Parameters

newOrigin
Type: OIV.InventorSbVec2s
Remarks

The origin (0,0) is the lower left corner of the window.

See Also