SALOME Mesh module
Go to file
eap 441f1e7dca // PAL18941(a saved study with a mesh belong Z is opened and the mesh is belong X)
if ( aMeshDimension == 1 && !anIsXDimension ) // 1D only if mesh is along OX
-          aMeshDimension = 3;
+          if ( anIsYDimension ) {
+            aMeshDimension = 2;
+            anIsXDimension = true;
+          } else {
+            aMeshDimension = 3;
+          }
       }
2008-02-11 08:41:34 +00:00
adm_local Join modifications from V3_2_0_maintainance (V3_2_6pre4 - T32x_16Aug2007_16h00m) 2007-08-21 08:30:33 +00:00
bin Using AutoTools for build procedure 2007-04-13 14:53:27 +00:00
doc NPAL17873: SMESH add a triangle instead of make quadrangles only. 2008-02-01 08:07:48 +00:00
idl NPAL17873: SMESH add a triangle instead of make quadrangles only. 2008-02-01 08:07:48 +00:00
resources Data types description that are used by YACS. A patch by Christian CAREMOLI. 2008-02-01 12:16:56 +00:00
src // PAL18941(a saved study with a mesh belong Z is opened and the mesh is belong X) 2008-02-11 08:41:34 +00:00
AUTHORS Using AutoTools for build procedure 2007-04-13 14:53:27 +00:00
build_configure Join modifications from V3_2_0_maintainance (V3_2_6pre4 - T32x_16Aug2007_16h00m) 2007-08-21 08:30:33 +00:00
ChangeLog DCQ : Merge with Ecole_Ete_a6. 2004-06-18 08:34:31 +00:00
configure.ac Changing version to 4.1.1 2008-02-06 14:07:15 +00:00
COPYING Using AutoTools for build procedure 2007-04-13 14:53:27 +00:00
cvs-tags DCQ : Merge with Ecole_Ete_a6. 2004-06-18 08:34:31 +00:00
INSTALL Join modifications from branch BR_DEBUG_3_2_0b1 2006-06-01 11:39:17 +00:00
LICENCE NRI : add LICENCE file 2003-11-06 11:34:19 +00:00
Makefile.am Using AutoTools for build procedure 2007-04-13 14:53:27 +00:00
NEWS Using AutoTools for build procedure 2007-04-13 14:53:27 +00:00
README Using AutoTools for build procedure 2007-04-13 14:53:27 +00:00
SMESH_version.h.in Join modifications from branch BR_DEBUG_3_2_0b1 2006-06-01 11:39:17 +00:00