Click or drag to resize
SoRayPickActionGetNormalizedPoint Method

Gets the viewport point in normalized coordinates 0..1.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax
public SbVec2f GetNormalizedPoint()

Return Value

Type: SbVec2f
Remarks

A point is inside the viewport if its coordinates are in the range [0, 1].

If no point has been set or the setRay method was called instead of setXXXPoint, this method returns an undefined coordinate (NaN, NaN).

See Also