Click or drag to resize

SurfaceFit Method

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
)

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: Surface
A surface, or null on error.
See Also