compas_quadmesh_to_occ_shell

compas_occ.conversions.compas_quadmesh_to_occ_shell(mesh)[source]

Convert a COMPAS quad mesh to an OCC shell.

Parameters

mesh (Mesh) – A COMPAS mesh data structure with quad faces.

Returns

TopoDS_Shell

Raises

AssertionError – If the input mesh is not a quad mesh.