add “overhang_reverse”

This commit is contained in:
Wang YB
2024-05-24 10:54:29 +08:00
parent e77259c80b
commit 125abfca57
15 changed files with 318 additions and 23 deletions

View File

@@ -328,6 +328,9 @@ public:
double total_volume() const override { double volume =0.; for (const auto& path : paths) volume += path.total_volume(); return volume; }
//w37
bool check_seam_point_angle(double angle_threshold = 0.174, double min_arm_length = 0.025) const;
//w38
bool make_clockwise();
bool make_counter_clockwise();
#ifndef NDEBUG
bool validate() const {