mesh_unweld_vertices
- compas.datastructures.mesh_unweld_vertices(mesh, fkey, where=None)[source]
Unweld a face of the mesh.
- Parameters:
- mesh
compas.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.
- mesh
- Returns:
- list[int]
The vertices of the unwelded face.