Filter duplicate edge indices #3546

This commit is contained in:
Thomas Krijnen
2023-08-06 14:27:31 +08:00
parent c6438933ba
commit ee09f2404b
3 changed files with 18 additions and 12 deletions
+1 -1
View File
@@ -195,7 +195,7 @@ namespace IfcGeom {
_edges.push_back(i1);
}
void addEdge(int n1, int n2, std::map<std::pair<int, int>, int>& edgecount, std::vector<std::pair<int, int> >& edges_temp);
void addEdge(int n1, int n2, std::map<std::pair<int, int>, int>& edgecount);
void resetWelds() {
weld_offset_ += welds.size();