Click or drag to resize
SoRayPickActionSetPoint Method (SbVec2f)

Float version of setPoint.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
public void SetPoint(
	SbVec2f viewportPoint
)

Parameters

viewportPoint
Type: OIV.InventorSbVec2f
Remarks

It can be used when a desktop is magnified on a wall of screens using ScaleViz with a tracker device calibrated for this wall.

NOTE: You can use this method or setNormalizedPoint or setRay. Whichever method you call last is the one that takes effect.

See Also