Click or drag to resize
IGeCurveGetParamAtPoint Method
Returns parameter (t) value at specified point.

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
double GetParamAtPoint(
	GeCoordinate point
)

Parameters

point
Type: FDF.Common.GeometriesGeCoordinate
Point along the curve.

Return Value

Type: Double
Remarks