mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-22 12:45:17 +00:00
Incomplete work for using Boost.Polygon to compute medial axis
This commit is contained in:
@@ -25,6 +25,8 @@
|
||||
bool contains_point(Point* point);
|
||||
ExPolygons simplify(double tolerance);
|
||||
Polygons simplify_p(double tolerance);
|
||||
Polylines medial_axis(double width)
|
||||
%code{% THIS->medial_axis(&RETVAL); %};
|
||||
%{
|
||||
|
||||
ExPolygon*
|
||||
|
||||
Reference in New Issue
Block a user