-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mesh editing delaunay refinement #59560
base: master
Are you sure you want to change the base?
Conversation
🪟 Windows buildsDownload Windows builds of this PR for testing. 🪟 Windows Qt6 buildsDownload Windows Qt6 builds of this PR for testing. |
The QGIS project highly values your contribution and would love to see this work merged! Unfortunately this PR has not had any activity in the last 14 days and is being automatically marked as "stale". If you think this pull request should be merged, please check
|
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
Description
This adds optional setting for adding Mesh Vertex in Face. This allows to refine triangular Faces in neighborhood of the face that had the vertex added. Edges of those faces are checked if they satisfy Delaunay condition and if the not the edge is flipped.