Click or drag to resize
SbViewVolume.ProjectPointToLine Method (SbVec2f, SbLine)
Maps a 2D point (in 0 <= x,y <= 1) to a 3D line.

Namespace: OIV.Inventor
Assembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 10.3.0.0.Release.e0557e69f65c2f4b712d9d57d8855c64671533f0
Syntax
public void ProjectPointToLine(
	SbVec2f pt,
	out SbLine line
)

Parameters

pt
Type: OIV.Inventor.SbVec2f
Point in normalized screen coordinates.
line
Type: OIV.Inventor.SbLine
Output parameter to store the line value.
See Also