mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-13 10:57:49 +00:00
Expose geometry types in snake case
Generated with the assistance of an AI coding tool.
This commit is contained in:
@@ -89,7 +89,7 @@ public:
|
||||
}
|
||||
|
||||
ifcopenshell::geom::trees::abstract_tree& backend_for_element(ifcopenshell::geom::element* element) const {
|
||||
if (dynamic_cast<ifcopenshell::geom::brep_element*>(element)) {
|
||||
if (dynamic_cast<ifcopenshell::geom::native_element*>(element)) {
|
||||
return backend(default_selection_backend_id);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user