mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-17 14:02:27 +00:00
shared_ptr styles all over #4833
This commit is contained in:
@@ -39,7 +39,7 @@ public:
|
||||
virtual ~WaveFrontOBJSerializer() {}
|
||||
bool ready();
|
||||
void writeHeader();
|
||||
void writeMaterial(const ifcopenshell::geometry::taxonomy::style& style);
|
||||
void writeMaterial(const ifcopenshell::geometry::taxonomy::style::ptr style);
|
||||
void write(const IfcGeom::TriangulationElement* o);
|
||||
void write(const IfcGeom::BRepElement* /*o*/) {}
|
||||
void finalize() {}
|
||||
|
||||
Reference in New Issue
Block a user