Click or drag to resize
ScRayPickActionSetPoint Method (SbVec2s)

Sets the viewport-space point through which the ray passes, starting at the camera's viewpoint.

Namespace: OIV.ScaleViz.Actions
Assembly: OIV.ScaleViz (in OIV.ScaleViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public void SetPoint(
	SbVec2s viewportPoint
)

Parameters

viewportPoint
Type: OIV.InventorSbVec2s
Remarks

Viewport coordinates range from (0,0) at the lower left to (width-1,height-1) at the upper right.

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

See Also