CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
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.GeoObjectAssembly: 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 ) |