mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 10:11:46 +00:00
rename addEdge overload to registerEdgeCount
So it won't be confused with addEdge that actually does add an edge to edges_.
This commit is contained in:
@@ -216,7 +216,7 @@ namespace IfcGeom {
|
||||
edges_.push_back(i1);
|
||||
}
|
||||
|
||||
void addEdge(int n1, int n2, std::map<std::pair<int, int>, int>& edgecount);
|
||||
void registerEdgeCount(int n1, int n2, std::map<std::pair<int, int>, int>& edgecount);
|
||||
|
||||
void resetWelds() {
|
||||
weld_offset_ += welds.size();
|
||||
|
||||
Reference in New Issue
Block a user