CADability dotNET
Returns the parametric position of the point on the curve. This function is invers to . If the given point is not on the curve, the result is the position of a point on the curve, that is close to the given point, but not necessary of the closest point.

Namespace: CADability.GeoObject
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
double PositionOf(
	GeoPoint p
)
Visual Basic
Function PositionOf ( _
	p As GeoPoint _
) As Double
Visual C++
double PositionOf(
	GeoPoint p
)

Parameters

p
Type: CADability..::..GeoPoint
Point, whos position is requested

Return Value

the requested position

See Also