mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 15:08:51 +00:00
Fix WeldVertices default in IfcConvert
This commit is contained in:
@@ -814,7 +814,7 @@ int main(int argc, char** argv) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!geometry_settings.get<ifcopenshell::geometry::settings::WeldVertices>().has()) {
|
if (vmap[ifcopenshell::geometry::settings::WeldVertices::name].defaulted()) {
|
||||||
geometry_settings.get<ifcopenshell::geometry::settings::WeldVertices>().value = false;
|
geometry_settings.get<ifcopenshell::geometry::settings::WeldVertices>().value = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user