CADability dotNET
Create a NurbSurface as an approximation of this surface

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

Syntax

C#
NurbsSurface Approximate(
	double umin,
	double umax,
	double vmin,
	double vmax,
	double precision
)
Visual Basic
Function Approximate ( _
	umin As Double, _
	umax As Double, _
	vmin As Double, _
	vmax As Double, _
	precision As Double _
) As NurbsSurface
Visual C++
NurbsSurface^ Approximate(
	double umin, 
	double umax, 
	double vmin, 
	double vmax, 
	double precision
)

Parameters

umin
Type: System..::..Double
umax
Type: System..::..Double
vmin
Type: System..::..Double
vmax
Type: System..::..Double
precision
Type: System..::..Double

Return Value

See Also