mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 09:21:46 +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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user