CADability dotNET

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

Syntax

C#
public override ICurve FixedU(
	double u,
	double vmin,
	double vmax
)
Visual Basic
Public Overrides Function FixedU ( _
	u As Double, _
	vmin As Double, _
	vmax As Double _
) As ICurve
Visual C++
public:
virtual ICurve^ FixedU(
	double u, 
	double vmin, 
	double vmax
) override

Parameters

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

Return Value

Implements

ISurface..::..FixedU(Double, Double, Double)

See Also