Description:

Fits a new surface through an existing surface.

Syntax:
public Surface Fit(
int uDegree,
int vDegree,
double fitTolerance
)
Parameters:
  • uDegree
  • Type: int
  • the output surface U degree. Must be bigger than 1.
  • vDegree
  • Type: int
  • the output surface V degree. Must be bigger than 1.
  • fitTolerance
  • Type: double
  • The fitting tolerance.
Returns:
Type: Surface
A surface, or None on error.
Available since:
5.0

Nothing found