mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-16 21:42:19 +00:00
wkt-use-section option for svg-like occt section cuts instead of polyhedral topology
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user