]> SALOME platform Git repositories - plugins/hybridplugin.git/commitdiff
Salome HOME
0021782: [CEA 617] Enforced vertices without geometry fails
authoreap <eap@opencascade.com>
Wed, 8 Aug 2012 12:19:04 +0000 (12:19 +0000)
committereap <eap@opencascade.com>
Wed, 8 Aug 2012 12:19:04 +0000 (12:19 +0000)
   enable writting enforced vertices into *_required.mesh GMF file

src/GHS3DPlugin/GHS3DPlugin_GHS3D.cxx

index 76d36b12568169c1aed56f30464c80405a03d1ad..43d0a4a0789490f608dae3f71e4592ab5754ea6b 100644 (file)
@@ -1781,8 +1781,8 @@ static bool writeGMFFile(const char*                                     theMesh
       TopAbs_State result = pntCls->GetPointState( myPoint );
       if ( result == TopAbs_OUT )
         continue;
-      if (pntCls->FindElementsByPoint(myPoint, SMDSAbs_Node, foundElems) == 0)
-        continue;
+      //if (pntCls->FindElementsByPoint(myPoint, SMDSAbs_Node, foundElems) == 0)
+      //continue;
 
 //       if ( result != TopAbs_IN )
 //         continue;