mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-16 13:46:54 +00:00
Restructure and rename
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user