Salome HOME
+ // find out side orientation, which is important if there are several wires...
authoreap <eap@opencascade.com>
Wed, 5 Mar 2008 10:28:46 +0000 (10:28 +0000)
committereap <eap@opencascade.com>
Wed, 5 Mar 2008 10:28:46 +0000 (10:28 +0000)
commit7938a9e589a441324b40af3b39bd1a5b8eb7f92a
tree1052c1d73b53ac7c8035b4f3f295369e67c260ca
parent07ec002dfd20ec187228e11533e8e2135eca08fd
+    // 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