compas_quadmesh_to_occ_shell

compas_occ.conversions.compas_quadmesh_to_occ_shell(mesh)

Convert a COMPAS quad mesh to an OCC shell.

Parameters:
meshMesh

A COMPAS mesh data structure with quad faces.

Returns:
TopoDS_Shell
Raises:
ValueError

If the input mesh is not a quad mesh.