CADability dotNET

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

Syntax

C#
ICurve GetCurve(
	GeoPoint startHere,
	double umin,
	double umax
)
Visual Basic
Function GetCurve ( _
	startHere As GeoPoint, _
	umin As Double, _
	umax As Double _
) As ICurve
Visual C++
ICurve^ GetCurve(
	GeoPoint startHere, 
	double umin, 
	double umax
)

Parameters

startHere
Type: CADability..::..GeoPoint
umin
Type: System..::..Double
umax
Type: System..::..Double

See Also