compas icon indicating copy to clipboard operation
compas copied to clipboard

Feature Request: mesh_unweld(mesh, min_angle)

Open yck011522 opened this issue 3 years ago • 2 comments

Feature Request

As a [user], I want [to have mesh_unweld function] so that [I can unweld meshes].

Details

At the moment we have mesh_weld, meshes_join, meshes_join_and_weld. Can we add also mesh_unweld(mesh, min_angle) The min_angle is to check the angles for edges between two neighboring faces. If that angle is larger than the number spcified, it will be unwelded. Similar behavior can be found in Rhino / GH Unweld function.

yck011522 avatar Apr 30 '21 13:04 yck011522

it is there, but unfortunately undocumented https://github.com/compas-dev/compas/blob/main/src/compas/datastructures/mesh/core/operations/weld.py

going through the entire API now...

tomvanmele avatar Apr 30 '21 13:04 tomvanmele

oh cool. feel free to close if you see fit. or wait till doc is back.

yck011522 avatar Apr 30 '21 14:04 yck011522