NurbsSurface.from_meshgrid
- classmethod NurbsSurface.from_meshgrid(nu=10, nv=10)[source]
Construct a NURBS surface from a mesh grid.
- Parameters:
- nuint, optional
Number of control points in the U direction.
- nvint, optional
Number of control points in the V direction.
- Returns: