OCCSurface.to_mesh
- OCCSurface.to_mesh(nu=100, nv=None)
Convert the surface to a quad mesh.
- Parameters
nu (int, optional) – Number of faces in the U direction.
nv (int, optional) – Number of faces in the V direction.
- Returns
Convert the surface to a quad mesh.
nu (int, optional) – Number of faces in the U direction.
nv (int, optional) – Number of faces in the V direction.