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

@@ -28,6 +28,11 @@
# include <ShapeFix_Wire.hxx>
# include <TopoDS_Compound.hxx>
# include <Standard_Version.hxx>
# include <TopoDS.hxx>
# include <TopoDS_Edge.hxx>
# include <BRepBuilderAPI_MakeWire.hxx>
# include <cmath>
# include <iostream>
#endif
#include <Base/Writer.h>
@@ -50,15 +55,8 @@
#include <Mod/Part/App/LineSegmentPy.h>
#include <Mod/Part/App/BSplineCurvePy.h>
#include <TopoDS.hxx>
#include <TopoDS_Edge.hxx>
#include <BRepBuilderAPI_MakeWire.hxx>
#include "Sketch.h"
#include "Constraint.h"
#include <cmath>
#include <iostream>
using namespace Sketcher;
using namespace Base;