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-11 15:15:30 -06:00
committed by Yorik van Havre
parent 8124c81a33
commit f0a734fed0
4 changed files with 352 additions and 154 deletions

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;
}