Click or drag to resize
SbLineProjectorProject Method (SbVec2f, SbVec3f)

Applies the projector using the given point, returning the point in three dimensions that it projects to and the status.

Namespace: OIV.Inventor.Projectors
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public bool Project(
	SbVec2f point,
	out SbVec3f projectedPoint
)

Parameters

point
Type: OIV.InventorSbVec2f
projectedPoint
Type: OIV.InventorSbVec3f

Return Value

Type: Boolean
Remarks

The point should be normalized from 0-1, with (0,0) at the lower-left.

See Also