mesh_split_strip

compas.datastructures.mesh_split_strip(mesh, edge)[source]

Split the srip of faces corresponding to a given edge.

Parameters
  • mesh (Mesh) – The input mesh.

  • edge (tuple[int, int]) – The edge identifying the strip.

Returns

list[int] – The split vertices in the same order as the edges of the strip.