Part/Toponaming: Refactor makeElementCompound

Refactor to address linter issues, breaking up large methods, renaming variables, etc.
This commit is contained in:
Chris Hennes
2024-01-15 18:17:32 +01:00
committed by Yorik van Havre
parent 60a7f45ece
commit ed6230093f
4 changed files with 352 additions and 154 deletions
+1 -1
View File
@@ -185,7 +185,7 @@ bool ComplexGeoData::getCenterOfGravity(Base::Vector3d& unused) const
}
const std::string &ComplexGeoData::elementMapPrefix() {
static std::string prefix(";");
static std::string prefix(ELEMENT_MAP_PREFIX);
return prefix;
}