CADability dotNET
Returns the point at the provided parameter. Unlike the ICurve method PointAt(Double) this Method takes a parameter in the natural space of the BSpline.

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

Syntax

C#
public GeoPoint PointAtParam(
	double param
)
Visual Basic
Public Function PointAtParam ( _
	param As Double _
) As GeoPoint
Visual C++
public:
GeoPoint PointAtParam(
	double param
)

Parameters

param
Type: System..::..Double
Parameter to get the point for

Return Value

The resulting point

See Also