mesh_unweld_vertices

compas.datastructures.mesh_unweld_vertices(mesh, fkey, where=None)[source]

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.