]> SALOME platform Git repositories - plugins/blsurfplugin.git/commit
Salome HOME
0020993: EDF 1571 BLSURFPLUGIN: BlSurf can't mesh a disk with a disk included in it
authoreap <eap@opencascade.com>
Fri, 17 Sep 2010 05:53:51 +0000 (05:53 +0000)
committereap <eap@opencascade.com>
Fri, 17 Sep 2010 05:53:51 +0000 (05:53 +0000)
commit5bd59b326afba95928c63c360a2cb8e853c89613
treeffa4eca9c3023e5060e5eea0206b84fe6c3b8a37
parent77a4b6964449dd0d4d1dcf146f9d6757c8bace96
0020993: EDF 1571 BLSURFPLUGIN: BlSurf can't mesh a disk with a disk included in it

+    // make INTERNAL face oriented FORWARD (issue 0020993)
+    if (f.Orientation() != TopAbs_FORWARD && f.Orientation() != TopAbs_REVERSED )
+      f.Orientation(TopAbs_FORWARD);
src/BLSURFPlugin/BLSURFPlugin_BLSURF.cxx