Restructure and rename

This commit is contained in:
Thomas Krijnen
2026-03-31 15:32:36 +02:00
parent 724cdb446e
commit a07f56db6f
237 changed files with 72532 additions and 72535 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ bool ParseIfcFile::Parse(
const std::string& filePath,
std::vector<osg::ref_ptr<osg::MatrixTransform>>& matrixTransforms
) {
IfcParse::IfcFile file(filePath);
ifcopenshell::file file(filePath);
ifcopenshell::geometry::Settings settings;
settings.set("use-world-coords", false);
settings.set("weld-vertices", false);