CADability dotNET
Returns the point of the curve at the provided normalized position

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

Syntax

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

Parameters

Position
Type: System..::..Double
Where to get the direction

Return Value

The point

See Also