mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Polylines merging
This commit is contained in:
parent
fb24d8167a
commit
cb328c99aa
2 changed files with 75 additions and 13 deletions
|
@ -54,7 +54,9 @@ protected:
|
|||
|
||||
virtual bool no_sort() const { return true; }
|
||||
|
||||
void generate_polylines(FillAdaptive_Internal::Cube *cube, double z_position, const Vec3d &origin, Polylines &polylines_out);
|
||||
void generate_polylines(FillAdaptive_Internal::Cube *cube, double z_position, const Vec3d &origin, std::vector<Polylines> &polylines_out);
|
||||
|
||||
void merge_polylines(Polylines &polylines, const Line &new_line);
|
||||
|
||||
public:
|
||||
static FillAdaptive_Internal::Octree* build_octree(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue