eap e830e055d0 0021489: EDF 2096: Regression in Prism algorithm between 6.3.1 and 6.4.0
fix after changed behaviour of LoadNodeColumns()

-        bool isForward = ( edgeIt->Orientation() == TopAbs_FORWARD );
+        bool isForward =
+          StdMeshers_PrismAsBlock::IsForwardEdge( myHelper->GetMeshDS(),
+                                                  myParam2ColumnMaps[iE],
+                                                  *edgeIt, SMESH_Block::ID_Fx0z );
2012-02-09 12:31:36 +00:00
2011-12-05 11:03:04 +00:00
2012-01-31 12:41:32 +00:00
2011-06-06 08:15:39 +00:00
2011-06-06 08:15:39 +00:00
2011-06-06 08:15:39 +00:00
2004-06-18 08:34:31 +00:00
2011-06-06 08:15:39 +00:00
2004-06-18 08:34:31 +00:00
2003-11-06 11:34:19 +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%