Click or drag to resize
SoEventGetNormalizedPosition Method

Gets the normalized location of the cursor when the event occurred, relative to the specified viewport region.

Namespace: OIV.Inventor.Events
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SbVec2f GetNormalizedPosition(
	SbViewportRegion vpRgn
)

Parameters

vpRgn
Type: OIV.InventorSbViewportRegion

Return Value

Type: SbVec2f
Remarks

The returned value will lie between 0.0 and 1.0.

Position should be set for all events, but that may not be possible for some events in some display environments. If position was not available, the method returns 0,0.

See Also