mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-16 18:44:47 +00:00
Raise default section height from storey from 1.0 to 1.2
This commit is contained in:
committed by
Thomas Krijnen
parent
4617d9f234
commit
604fbc4bc9
@@ -239,7 +239,7 @@ public:
|
||||
void setFile(IfcParse::IfcFile* f);
|
||||
void setBoundingRectangle(double width, double height);
|
||||
void setSectionHeight(double h, IfcUtil::IfcBaseEntity* storey = 0);
|
||||
void setSectionHeightsFromStoreys(double offset=1.);
|
||||
void setSectionHeightsFromStoreys(double offset=1.2);
|
||||
void setPrintSpaceNames(bool b) { print_space_names_ = b; }
|
||||
void setPrintSpaceAreas(bool b) { print_space_areas_ = b; }
|
||||
void setDrawStoreyHeights(storey_height_display_types sh) { storey_height_display_ = sh; }
|
||||
|
||||
Reference in New Issue
Block a user