From: eap Date: Wed, 23 Jul 2008 05:38:59 +0000 (+0000) Subject: IPAL20145 4.x: it is impossible to create 3D mesh using 2D skin, imported from med... X-Git-Tag: V4_1_4a1~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ce7cc7e7bc5a356403658d156bdf8e9e91c1393c;p=plugins%2Fnetgenplugin.git IPAL20145 4.x: it is impossible to create 3D mesh using 2D skin, imported from med file. --- diff --git a/src/NETGENPlugin/NETGENPlugin_NETGEN_3D.cxx b/src/NETGENPlugin/NETGENPlugin_NETGEN_3D.cxx index 2469705..e02b65f 100644 --- a/src/NETGENPlugin/NETGENPlugin_NETGEN_3D.cxx +++ b/src/NETGENPlugin/NETGENPlugin_NETGEN_3D.cxx @@ -81,6 +81,8 @@ NETGENPlugin_NETGEN_3D::NETGENPlugin_NETGEN_3D(int hypId, int studyId, _maxElementVolume = 0.; _hypMaxElementVolume = NULL; + + _requireShape = false; // can work without shape } //=============================================================================