From ce7cc7e7bc5a356403658d156bdf8e9e91c1393c Mon Sep 17 00:00:00 2001 From: eap Date: Wed, 23 Jul 2008 05:38:59 +0000 Subject: [PATCH] IPAL20145 4.x: it is impossible to create 3D mesh using 2D skin, imported from med file. --- src/NETGENPlugin/NETGENPlugin_NETGEN_3D.cxx | 2 ++ 1 file changed, 2 insertions(+) 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 } //============================================================================= -- 2.39.2