mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-14 03:14:23 +00:00
Fix compilation of serializers and convert
This commit is contained in:
@@ -37,9 +37,9 @@ public:
|
||||
virtual ~OpenCascadeBasedSerializer() {}
|
||||
void writeHeader() {}
|
||||
bool ready();
|
||||
virtual void writeShape(const IfcGeom::ConversionResultShape* shape) = 0;
|
||||
void write(const IfcGeom::TriangulationElement<real_t>* /*o*/) {}
|
||||
void write(const IfcGeom::NativeElement<real_t>* o);
|
||||
virtual void writeShape(const ifcopenshell::geometry::ConversionResultShape* shape) = 0;
|
||||
void write(const ifcopenshell::geometry::TriangulationElement* /*o*/) {}
|
||||
void write(const ifcopenshell::geometry::NativeElement* o);
|
||||
bool isTesselated() const { return false; }
|
||||
void setFile(IfcParse::IfcFile*) {}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user