PAL15881 New NETGEN capability: is it possible to do only a 2D mesh ?

+  NETGENPlugin_Mesher::RemoveTmpFiles();
This commit is contained in:
eap 2007-07-20 11:27:20 +00:00
parent 8aa09ae908
commit 2a1dcc2d04

View File

@ -30,6 +30,8 @@ using namespace std;
#include "NETGENPlugin_NETGEN_3D.hxx"
#include "NETGENPlugin_Mesher.hxx"
#include "SMDS_MeshElement.hxx"
#include "SMDS_MeshNode.hxx"
#include "SMESHDS_Mesh.hxx"
@ -389,5 +391,7 @@ bool NETGENPlugin_NETGEN_3D::Compute(SMESH_Mesh& aMesh,
Ng_DeleteMesh(Netgen_mesh);
Ng_Exit();
NETGENPlugin_Mesher::RemoveTmpFiles();
return (status == NG_OK);
}