]> SALOME platform Git repositories - modules/smesh.git/commit
Salome HOME
0021556: EDF 2222 SMESH: 3D mesh after projection impossible
authoreap <eap@opencascade.com>
Wed, 3 Apr 2013 12:50:17 +0000 (12:50 +0000)
committereap <eap@opencascade.com>
Wed, 3 Apr 2013 12:50:17 +0000 (12:50 +0000)
commit5a2b960dfb46877e157c1766da61daf46c75a046
treedce04eaa6875f53b43e0d0d1fbaf286cd1196de6
parent1ade2bddc152869aa6e2095e184bd74436d8678a
0021556: EDF 2222 SMESH: 3D mesh after projection impossible

Apply all-dimensional algos ("algos1") before applying
non-all-dimensional algos which are more local than all-dimensional
algos of upper dimension than algos1.
E.g.
 * global on a COMPOUND of SOLIDs: "Prism 3D"
 * local  on a SOLID: "Regular 1D"
 * local  on a FACE:  "Projection 1D-2D"
Fix is to apply "Projection 1D-2D" before applying "Regular 1D".
src/SMESH/SMESH_Gen.cxx