Click or drag to resize
SbProjectorIntersect Method

Applies the projector using the given line in world coordinates, returning the point in three dimensions that it projects to.

Namespace: OIV.Inventor.Projectors
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SbVec3f Intersect(
	SbLine line
)

Parameters

line
Type: OIV.InventorSbLine

Return Value

Type: SbVec3f
Remarks

Note: For the projectors that support "orientToEye", setting this flag to true causes the projector to orient to the line when the intersect method is called. New for v3.0.

See Also