Expose geometry types in snake case

Generated with the assistance of an AI coding tool.
This commit is contained in:
Thomas Krijnen
2026-08-09 04:44:18 +02:00
parent fbfa51c451
commit be3c2ee770
49 changed files with 300 additions and 287 deletions
@@ -111,7 +111,7 @@ void fix_storeycontainment(ifcopenshell::file& f, bool no_progress, bool quiet,
if (num_created) {
has_more = context_iterator.next();
}
std::unique_ptr<ifcopenshell::geom::brep_element> geom_object;
std::unique_ptr<ifcopenshell::geom::native_element> geom_object;
if (has_more) {
geom_object = context_iterator.get_native();
}