compas-dev / compas-dev/compas
Feature Request: mesh_unweld(mesh, min_angle)
Open
- Dominant language
- Python
- Stars
- 386
- Forks
- 122
- Avg merge
- 11d 46m
- Merged PRs (30d)
- 1
Description
# 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.
Contributor guide
Assessment
This issue has not been assessed yet.