Fix other unit conversion issues #5864

This commit is contained in:
Thomas Krijnen
2024-12-10 11:19:43 +01:00
parent 064ccf8ab6
commit ea68f90693
2 changed files with 18 additions and 10 deletions
+2
View File
@@ -51,6 +51,8 @@ namespace ifcopenshell { namespace geometry {
IfcGeom::BRepElement* create_brep_for_representation_and_product(ifcopenshell::geometry::taxonomy::ptr, const IfcUtil::IfcBaseEntity* product, const ifcopenshell::geometry::taxonomy::matrix4::ptr& place);
IfcGeom::BRepElement* create_brep_for_processed_representation(const IfcUtil::IfcBaseEntity* product, const ifcopenshell::geometry::taxonomy::matrix4::ptr& place, IfcGeom::BRepElement*);
const ifcopenshell::geometry::Settings& settings() { return settings_; }
};
}}