Salome HOME
+ // find out side orientation, which is important if there are several wires...
authoreap <eap@opencascade.com>
Wed, 5 Mar 2008 10:23:39 +0000 (10:23 +0000)
committereap <eap@opencascade.com>
Wed, 5 Mar 2008 10:23:39 +0000 (10:23 +0000)
commite0479b4ff8ccbd33312f748a1c1fc23244f37676
tree4813e165dfa13dc1b05a7c187c538891a3d130f0
parentc916e4712de3b614d388ee66439d8271b864571d
+    // find out side orientation, which is important if there are several wires (PAL19080)
+    bool isForward = true;
+    if ( nbWires > 1 ) {
       ...
+    }
+
     StdMeshers_FaceSide* wire = new StdMeshers_FaceSide( theFace, wireEdges, &theMesh,
-                                                         true, theIgnoreMediumNodes);
+                                                         isForward, theIgnoreMediumNodes);
src/StdMeshers/StdMeshers_FaceSide.cxx