]> SALOME platform Git repositories - plugins/blsurfplugin.git/commitdiff
Salome HOME
0021819: [CEA 646] BLSURF creates duplicate nodes, mesh impossible with GHS3D
authoreap <eap@opencascade.com>
Fri, 31 Aug 2012 10:37:33 +0000 (10:37 +0000)
committereap <eap@opencascade.com>
Fri, 31 Aug 2012 10:37:33 +0000 (10:37 +0000)
  struct TEnfVertex {
     ...
+    TopoDS_Vertex vertex;
  };

src/BLSURFPlugin/BLSURFPlugin_Hypothesis.hxx

index f6167a52fcad19b57d73ec13baa082d432d81746..2b014b00a9aa73691207d5dbd42b6e24226957cc 100644 (file)
@@ -184,6 +184,7 @@ public:
     TEnfVertexCoords coords;
     TEnfGroupName grpName;
     TEntryList faceEntries;
+    TopoDS_Vertex vertex;
   };
     
   struct CompareEnfVertices