]> SALOME platform Git repositories - modules/smesh.git/commit
Salome HOME
[SALOME platform 0013410]: SubMesh not taken into account with Netgen 1D-2D et 1D...
authoreap <eap@opencascade.com>
Tue, 16 Sep 2008 08:56:38 +0000 (08:56 +0000)
committereap <eap@opencascade.com>
Tue, 16 Sep 2008 08:56:38 +0000 (08:56 +0000)
commitf9900de3708fb7834b3ead1dc8eff7bbb6837cc3
treeaa6463024462338d3f870ce093f151646b1be757
parentc9179d6bde30332fcf0c168a93660e4ab4c75a05
[SALOME platform 0013410]: SubMesh not taken into account with Netgen 1D-2D et 1D-2D-3D
  Read a new aglo attribute "support-submeshes":

+      QString suppSub = atts.value("support-submeshes");
+      if ( !suppSub.isEmpty() )
+        isSupportSubmeshes = (suppSub == "true");
+
src/SMESHGUI/SMESHGUI_XmlHandler.cxx