Block.split_strip

Block.split_strip(edge)

Split the srip of faces corresponding to a given edge.

Parameters:
meshcompas.datastructures.Mesh

The input mesh.

edgetuple[int, int]

The edge identifying the strip.

Returns:
list[int]

The split vertices in the same order as the edges of the strip.