Block.unweld_vertices

Block.unweld_vertices(fkey, where=None)

Unweld a face of the mesh.

Parameters:
meshcompas.datastructures.Mesh

A mesh object.

fkeyint

The identifier of a face.

wherelist[int], optional

A list of vertices to unweld. Default is to unweld all vertices of the face.

Returns:
list[int]

The vertices of the unwelded face.