From 3249f6efe16c0606e668302fd7f0dfb01af0caad Mon Sep 17 00:00:00 2001 From: eap Date: Fri, 31 Aug 2012 10:37:33 +0000 Subject: [PATCH] 0021819: [CEA 646] BLSURF creates duplicate nodes, mesh impossible with GHS3D struct TEnfVertex { ... + TopoDS_Vertex vertex; }; --- src/BLSURFPlugin/BLSURFPlugin_Hypothesis.hxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/BLSURFPlugin/BLSURFPlugin_Hypothesis.hxx b/src/BLSURFPlugin/BLSURFPlugin_Hypothesis.hxx index f6167a5..2b014b0 100644 --- a/src/BLSURFPlugin/BLSURFPlugin_Hypothesis.hxx +++ b/src/BLSURFPlugin/BLSURFPlugin_Hypothesis.hxx @@ -184,6 +184,7 @@ public: TEnfVertexCoords coords; TEnfGroupName grpName; TEntryList faceEntries; + TopoDS_Vertex vertex; }; struct CompareEnfVertices -- 2.39.2