]> SALOME platform Git repositories - modules/smesh.git/commit
Salome HOME
PAL21718: Composite Side Discretisation 1D Algorithm works incorrently with attached...
authoreap <eap@opencascade.com>
Tue, 27 Apr 2010 09:24:04 +0000 (09:24 +0000)
committereap <eap@opencascade.com>
Tue, 27 Apr 2010 09:24:04 +0000 (09:24 +0000)
commit29e4ddd7e5c74919df880b94a4a0e89525763156
tree6314cb8f645ca4721cb91a51a29ead43b5da98af
parentc823ef454d27e1d24ab3e111f903b95f2d5e863d
PAL21718: Composite Side Discretisation 1D Algorithm works incorrently with attached shape.

GeomAbs_Shape SMESH_Algo::Continuity(TopoDS_Edge E1,
                                     TopoDS_Edge E2)
{
+  E1.Orientation(TopAbs_FORWARD), E2.Orientation(TopAbs_FORWARD); // avoid pb with internal edges
src/SMESH/SMESH_Algo.cxx
src/SMESH/SMESH_Algo.hxx