Click or drag to resize
SoRayPickActionSetNormalizedPoint Method

Sets the viewport point in normalized coordinates, which range from (0,0) at the lower left to (1,1) at the upper right.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public virtual void SetNormalizedPoint(
	SbVec2f normPoint
)

Parameters

normPoint
Type: OIV.InventorSbVec2f
Remarks

NOTE: You can use this method or OIV.Inventor.Actions.SoRayPickAction.SetPoint(OIV.Inventor.SbVec2s) or OIV.Inventor.Actions.SoRayPickAction.SetRay(OIV.Inventor.SbVec3f, OIV.Inventor.SbVec3f, System.Single, System.Single). Whichever method you call last is the one that takes effect.

See Also