mesh_unweld_vertices

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

Unweld a face of the mesh.

Parameters
  • mesh (Mesh) – A mesh object.

  • fkey (int) – The identifier of a face.

  • where (list[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.