CADability dotNET
Returns a curve where the u parameter of this surface is fixed and the v parameter starts a vmin and ends at vmax

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

Syntax

C#
ICurve FixedU(
	double u,
	double vmin,
	double vmax
)
Visual Basic
Function FixedU ( _
	u As Double, _
	vmin As Double, _
	vmax As Double _
) As ICurve
Visual C++
ICurve^ FixedU(
	double u, 
	double vmin, 
	double vmax
)

Parameters

u
Type: System..::..Double
vmin
Type: System..::..Double
vmax
Type: System..::..Double

Return Value

See Also