Fits a new surface through an existing surface.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public Surface Fit(
int uDegree,
int vDegree,
double fitTolerance
)
Public Function Fit (
uDegree As Integer,
vDegree As Integer,
fitTolerance As Double
) As Surface
Parameters
- uDegree
- Type: SystemInt32
the output surface U degree. Must be bigger than 1. - vDegree
- Type: SystemInt32
the output surface V degree. Must be bigger than 1. - fitTolerance
- Type: SystemDouble
The fitting tolerance.
Return Value
Type:
SurfaceA surface, or null on error.
See Also