Sketcher: PCH
This commit is contained in:
committed by
abdullahtahiriyo
parent
7b0a501c0a
commit
893d7afccc
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user