wkt-use-section option for svg-like occt section cuts instead of polyhedral topology

This commit is contained in:
Thomas Krijnen
2024-10-08 20:57:27 +02:00
parent cc6249d6cc
commit bfe3601fd1
4 changed files with 154 additions and 27 deletions
+3 -2
View File
@@ -37,11 +37,12 @@ public:
bool ready();
void writeHeader();
void write(const IfcGeom::TriangulationElement* o);
void write(const IfcGeom::BRepElement* /*o*/) {}
void write(const IfcGeom::BRepElement* /*o*/);
void finalize() {}
bool isTesselated() const { return true; }
bool isTesselated() const;
void setUnitNameAndMagnitude(const std::string& /*name*/, float /*magnitude*/) {}
void setFile(IfcParse::IfcFile*) {}
std::string ttl_object_id(const IfcGeom::Element* o, const char* const postfix = nullptr);
};
#endif