mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-27 12:52:07 +00:00
More work on the clipping method for medial axis. Includes Polyline->is_valid()
This commit is contained in:
@@ -20,6 +20,7 @@ class MultiPoint
|
||||
virtual Point* last_point() const = 0;
|
||||
virtual Lines lines() const = 0;
|
||||
double length() const;
|
||||
bool is_valid() const;
|
||||
|
||||
#ifdef SLIC3RXS
|
||||
void from_SV(SV* poly_sv);
|
||||
|
||||
Reference in New Issue
Block a user