OCCNurbsSurface.from_meshgrid
- classmethod OCCNurbsSurface.from_meshgrid(nu=10, nv=10)
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: