mirror of
https://github.com/QIDITECH/QIDISlicer.git
synced 2026-02-03 01:18:44 +03:00
update libslic3r
This commit is contained in:
@@ -1,12 +1,19 @@
|
||||
#ifndef slic3r_CutSurface_hpp_
|
||||
#define slic3r_CutSurface_hpp_
|
||||
|
||||
#include <vector>
|
||||
#include <admesh/stl.h> // indexed_triangle_set
|
||||
#include <vector>
|
||||
#include <string>
|
||||
|
||||
#include "ExPolygon.hpp"
|
||||
#include "Emboss.hpp" // IProjection
|
||||
#include "libslic3r/BoundingBox.hpp"
|
||||
|
||||
namespace Slic3r{
|
||||
namespace Emboss {
|
||||
class IProject3d;
|
||||
class IProjection;
|
||||
} // namespace Emboss
|
||||
|
||||
/// <summary>
|
||||
/// Represents cutted surface from object
|
||||
|
||||
Reference in New Issue
Block a user