]> SALOME platform Git repositories - plugins/netgenplugin.git/commit
Salome HOME
0020748: EDF 1278 NETGENPLUGIN : Add Gradation in Netgen 2D hypothesis PHASE_25_BR
authoreap <eap@opencascade.com>
Thu, 25 Nov 2010 09:43:21 +0000 (09:43 +0000)
committereap <eap@opencascade.com>
Thu, 25 Nov 2010 09:43:21 +0000 (09:43 +0000)
commit040f6e526716c73a4cd58ebfba90d430b683a490
tree95fa63ef4d81083760f8f01c6c8ea1791124cf24
parent0876b5d15c13f8bf57574b6dca315569f0e7bab7
0020748: EDF 1278 NETGENPLUGIN : Add Gradation in Netgen 2D hypothesis
  Make "Netgen 2D/3D Parameters" hypothesis compatible with
  Tetrahedron(Netgen) and Netgen 2D algorithms

+    <hypothesis type="NETGEN_Parameters_3D"
+    <hypothesis type="NETGEN_Parameters_2D_ONLY"
17 files changed:
idl/NETGENPlugin_Algorithm.idl
resources/NETGENPlugin.xml
src/GUI/NETGENPluginGUI.cxx
src/GUI/NETGENPluginGUI_HypothesisCreator.cxx
src/GUI/NETGENPluginGUI_HypothesisCreator.h
src/GUI/NETGENPluginGUI_SimpleCreator.cxx
src/NETGENPlugin/Makefile.am
src/NETGENPlugin/NETGENPlugin_Hypothesis_2D.cxx
src/NETGENPlugin/NETGENPlugin_Hypothesis_2D_ONLY_i.cxx [new file with mode: 0644]
src/NETGENPlugin/NETGENPlugin_Hypothesis_2D_ONLY_i.hxx [new file with mode: 0644]
src/NETGENPlugin/NETGENPlugin_Hypothesis_3D_i.cxx [new file with mode: 0644]
src/NETGENPlugin/NETGENPlugin_Hypothesis_3D_i.hxx [new file with mode: 0644]
src/NETGENPlugin/NETGENPlugin_NETGEN_2D_ONLY.cxx
src/NETGENPlugin/NETGENPlugin_NETGEN_2D_ONLY.hxx
src/NETGENPlugin/NETGENPlugin_NETGEN_3D.cxx
src/NETGENPlugin/NETGENPlugin_NETGEN_3D.hxx
src/NETGENPlugin/NETGENPlugin_i.cxx