CADability dotNET
Returns the point of the given position. The parameter prosition of the startpoint is 0.0, the parameter position of the endpoint is 1.0. Points of a position outside this interval may be undefined. The correlatioon between the parameter Position and the resulting point may be not linear.

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

Syntax

C#
GeoPoint PointAt(
	double Position
)
Visual Basic
Function PointAt ( _
	Position As Double _
) As GeoPoint
Visual C++
GeoPoint PointAt(
	double Position
)

Parameters

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

Return Value

The requested point

See Also