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

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

Syntax

C#
ICurve FixedV(
	double v,
	double umin,
	double umax
)
Visual Basic
Function FixedV ( _
	v As Double, _
	umin As Double, _
	umax As Double _
) As ICurve
Visual C++
ICurve^ FixedV(
	double v, 
	double umin, 
	double umax
)

Parameters

v
Type: System..::..Double
umin
Type: System..::..Double
umax
Type: System..::..Double

Return Value

See Also