Use building or site placement for SVG section height if file has no storeys

This commit is contained in:
Thomas Krijnen
2017-10-23 14:17:54 +02:00
parent c5495d83e4
commit f64246f7c5
2 changed files with 48 additions and 2 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ public:
bool isTesselated() const { return false; }
void finalize();
void setUnitNameAndMagnitude(const std::string& /*name*/, float /*magnitude*/) {}
void setFile(IfcParse::IfcFile* f) { file = f; }
void setFile(IfcParse::IfcFile* f);
void setBoundingRectangle(double width, double height);
void setSectionHeight(double h) { section_height = h; }
std::string nameElement(const IfcGeom::Element<real_t>* elem);