Refactor all element name pairs into clearer struct names - renames

This commit is contained in:
bgbsww
2024-07-19 16:23:27 -04:00
parent d4d40efbc5
commit 19e450a667
27 changed files with 268 additions and 267 deletions

View File

@@ -105,7 +105,7 @@ App::DocumentObjectExecReturn *Fillet::execute()
size_t i=0;
for(const auto &info : Edges.getValues()) {
auto &sub = subs[i];
auto &ref = sub.first.size()?sub.first:vals[i];
auto &ref = sub.newName.size()?sub.newName:vals[i];
++i;
// Toponaming project March 2024: Replaced this code because it wouldn't work:
// TopoDS_Shape edge;