compas.datastructures.mesh_unweld_edges

compas.datastructures.mesh_unweld_edges(mesh, edges)[source]

Unwelds a mesh along edges.

Parameters
  • mesh (Mesh) – A mesh.

  • edges (list) – List of edges as tuples of vertex keys.