Sketcher: PCH

This commit is contained in:
Abdullah Tahiri
2019-05-01 17:34:10 +02:00
committed by abdullahtahiriyo
parent 7b0a501c0a
commit 893d7afccc
8 changed files with 53 additions and 29 deletions

View File

@@ -52,11 +52,36 @@
#include <set>
#include <bitset>
#include <cmath>
#include <algorithm>
// QT
#include <QDateTime>
// Boost
#include <boost/bind.hpp>
#include <boost/shared_ptr.hpp>
// Opencascade
#include <Mod/Part/App/OpenCascadeAll.h>
// Other needed opencascade
# include <ShapeFix_Wire.hxx>
# include <BRepOffsetAPI_NormalProjection.hxx>
# include <GeomConvert_BSplineCurveKnotSplitting.hxx>
# include <TopoDS.hxx>
# include <TopoDS_Edge.hxx>
# include <BRepBuilderAPI_MakeWire.hxx>
#include <BRep_Tool.hxx>
#include <gp_Pnt.hxx>
#include <Precision.hxx>
#include <TopTools_IndexedMapOfShape.hxx>
#include <TopTools_IndexedDataMapOfShapeListOfShape.hxx>
#include <TopExp.hxx>
#include <TopExp_Explorer.hxx>
#include <TopoDS.hxx>
#include <TopoDS_Edge.hxx>
#include <TopoDS_Vertex.hxx>
#include <Python.h>