Skip to content

Commit

Permalink
Move "remove_almost_degenerate_faces()" to the correct repair menu
Browse files Browse the repository at this point in the history
  • Loading branch information
MaelRL committed Dec 9, 2024
1 parent caf716c commit 450e213
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Lab/demo/Lab/Plugins/PMP/Repair_polyhedron_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ class CGAL_Lab_repair_cgal_lab_plugin :
actionAutorefine->setProperty("subMenuName", "Polygon Mesh Processing/Repair/Experimental");
actionNewAutorefine->setProperty("subMenuName", "Polygon Mesh Processing/Repair");
actionAutorefineAndRMSelfIntersections->setProperty("subMenuName", "Polygon Mesh Processing/Repair/Experimental");
actionRemoveNeedlesAndCaps->setProperty("subMenuName", "Polygon Mesh Processing/Repair");
actionSnapBorders->setProperty("subMenuName", "Polygon Mesh Processing/Repair/Experimental");
actionAddBbox->setProperty("subMenuName", "Polygon Mesh Processing");

Expand Down

0 comments on commit 450e213

Please sign in to comment.