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 (hashable) – The identifier of a face.
where (list (None)) – A list of vertices to unweld. Default is to unweld all vertices of the face.
Examples
>>>