mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 14:23:53 +00:00
Separate serialization-specific settings from IteratorSettings into its own class, SerializerSettings.
This commit is contained in:
committed by
Thomas Krijnen
parent
5667f3f94a
commit
2d58a1bc7c
@@ -176,7 +176,7 @@ private:
|
||||
std::string unit_name;
|
||||
float unit_magnitude;
|
||||
public:
|
||||
ColladaSerializer(const std::string& dae_filename, const IfcGeom::IteratorSettings &settings)
|
||||
ColladaSerializer(const std::string& dae_filename, const SerializerSettings& settings)
|
||||
: GeometrySerializer(settings)
|
||||
, exporter("IfcOpenShell", dae_filename, this)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user