PCH: Fem App

This commit is contained in:
Abdullah Tahiri
2019-05-16 17:04:30 +02:00
committed by wmayer
parent 2e616a4749
commit 676a4f0457
13 changed files with 388 additions and 232 deletions

View File

@@ -24,6 +24,21 @@
#include "PreCompiled.h"
#ifndef _PreComp_
# include <SMESH_Gen.hxx>
# include <SMESHDS_Mesh.hxx>
# include <SMESH_Mesh.hxx>
# include <SMDS_PolyhedralVolumeOfNodes.hxx>
# include <SMDS_VolumeTool.hxx>
# include <BRepBuilderAPI_Copy.hxx>
# include <BRepTools.hxx>
# ifdef FCWithNetgen
# include <NETGENPlugin_SimpleHypothesis_3D.hxx>
# include <NETGENPlugin_Hypothesis.hxx>
# include <NETGENPlugin_Mesher.hxx>
# endif
#endif
#include "FemMeshShapeNetgenObject.h"
@@ -33,22 +48,6 @@
#include <Mod/Part/App/PartFeature.h>
#include <Base/Console.h>
#include <SMESH_Gen.hxx>
#include <SMESHDS_Mesh.hxx>
#include <SMESH_Mesh.hxx>
#include <SMDS_PolyhedralVolumeOfNodes.hxx>
#include <SMDS_VolumeTool.hxx>
#ifdef FCWithNetgen
#include <NETGENPlugin_SimpleHypothesis_3D.hxx>
#include <NETGENPlugin_Hypothesis.hxx>
#include <NETGENPlugin_Mesher.hxx>
#endif
#include <BRepBuilderAPI_Copy.hxx>
#include <BRepTools.hxx>
using namespace Fem;
using namespace App;