compas-dev / compas-dev/compas

Feature Request: mesh_unweld(mesh, min_angle)

Open
#825 2 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.