mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-24 18:50:05 +00:00
Pass around non-static logger instances and programmatic access to messages in-memory
This commit is contained in:
@@ -21,7 +21,7 @@ namespace ifcopenshell {
|
||||
}
|
||||
};
|
||||
|
||||
IFC_GEOM_API taxonomy::loft::ptr make_loft(const Settings& settings_, const IfcUtil::IfcBaseClass* inst, const taxonomy::function_item::ptr& directrix, std::vector<cross_section>& cross_sections);
|
||||
IFC_GEOM_API taxonomy::loft::ptr make_loft(const Settings& settings_, const IfcUtil::IfcBaseClass* inst, const taxonomy::function_item::ptr& directrix, std::vector<cross_section>& cross_sections, Logger& logger = Logger::Root());
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user