NurbsSurface.from_meshgrid

classmethod NurbsSurface.from_meshgrid(nu=10, nv=10)

Construct a NURBS surface from a mesh grid.

Parameters
  • nu (int, optional) – Number of control points in the U direction.

  • nv (int, optional) – Number of control points in the V direction.

Returns

NurbsSurface