mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-28 15:45:30 +00:00
More work on the clipping method for medial axis. Includes Polyline->is_valid()
This commit is contained in:
@@ -24,7 +24,9 @@
|
||||
Point* last_point()
|
||||
%code{% const char* CLASS = "Slic3r::Point"; RETVAL = THIS->last_point(); %};
|
||||
double length();
|
||||
bool is_valid();
|
||||
void clip_end(double distance);
|
||||
void clip_start(double distance);
|
||||
%{
|
||||
|
||||
Polyline*
|
||||
|
||||
Reference in New Issue
Block a user