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