eap 7938a9e589 + // 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);
2008-03-05 10:28:46 +00:00
2007-04-13 14:53:27 +00:00
2007-04-13 14:53:27 +00:00
2004-06-18 08:34:31 +00:00
2008-02-06 14:07:15 +00:00
2007-04-13 14:53:27 +00:00
2004-06-18 08:34:31 +00:00
2003-11-06 11:34:19 +00:00
2007-04-13 14:53:27 +00:00
2007-04-13 14:53:27 +00:00

The file is empty.
Description
SALOME Mesh module
Readme 91 MiB
Languages
C++ 85.2%
Python 12.8%
CMake 1.1%
HTML 0.4%
C 0.3%
Other 0.1%