PCH: Path App
This commit is contained in:
committed by
abdullahtahiriyo
parent
31d1c1d212
commit
c03424c70e
@@ -19,13 +19,20 @@
|
||||
* Suite 330, Boston, MA 02111-1307, USA *
|
||||
* *
|
||||
***************************************************************************/
|
||||
/*
|
||||
* Copyright (c) 2017 Zheng, Lei <realthunder.dev@gmail.com>
|
||||
/*
|
||||
* Copyright (c) 2017 Zheng, Lei <realthunder.dev@gmail.com>
|
||||
*/
|
||||
|
||||
#include "PreCompiled.h"
|
||||
|
||||
#ifndef _PreComp_
|
||||
# include <TopoDS.hxx>
|
||||
# include <TopoDS_Shape.hxx>
|
||||
# include <TopoDS_Edge.hxx>
|
||||
# include <TopExp_Explorer.hxx>
|
||||
# include <Standard_Failure.hxx>
|
||||
# include <Standard_Version.hxx>
|
||||
# include <BRepBuilderAPI_MakeWire.hxx>
|
||||
#endif
|
||||
|
||||
#include "FeaturePathShape.h"
|
||||
@@ -36,14 +43,6 @@
|
||||
#include <Mod/Part/App/TopoShape.h>
|
||||
#include <Mod/Part/App/PartFeature.h>
|
||||
|
||||
#include <TopoDS.hxx>
|
||||
#include <TopoDS_Shape.hxx>
|
||||
#include <TopoDS_Edge.hxx>
|
||||
#include <TopExp_Explorer.hxx>
|
||||
#include <Standard_Failure.hxx>
|
||||
#include <Standard_Version.hxx>
|
||||
#include <BRepBuilderAPI_MakeWire.hxx>
|
||||
|
||||
#include "FeatureArea.h"
|
||||
|
||||
using namespace Path;
|
||||
|
||||
Reference in New Issue
Block a user