mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 17:58:20 +00:00
Correct auto EW section
This commit is contained in:
@@ -1832,7 +1832,7 @@ void SvgSerializer::finalize() {
|
||||
gp_Pln pln(gp_Ax3(
|
||||
gp_Pnt((xmin + xmax) / 2., (ymin + ymax) / -2., 0.),
|
||||
gp_Dir(0, -1, 0),
|
||||
gp_Dir(-1, 0, 0)));
|
||||
gp_Dir(1, 0, 0)));
|
||||
deferred_section_data_->push_back(vertical_section{ pln , "Section East West", true });
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user