CADability dotNET
Returns the parameter of the point at the given position. The position must be in the interval [0, Length]. The correlatioon between the parameter Position and the resulting position is linear. The result is usually used for PointAt(Double) or DirectionAt(Double).

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

Syntax

C#
double PositionAtLength(
	double position
)
Visual Basic
Function PositionAtLength ( _
	position As Double _
) As Double
Visual C++
double PositionAtLength(
	double position
)

Parameters

position
Type: System..::..Double
Position on the curve

Return Value

The requested position

See Also