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: 9.9.13.0 (9.9.13.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 the setRay method was called instead of one of the setXXXPoint methods, this method returns (NaN, NaN).

See Also