mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 09:21:46 +00:00
#1153 another small hack to get boolean projection working more generally
This commit is contained in:
@@ -956,7 +956,7 @@ void SvgSerializer::write(const geometry_data& data) {
|
||||
auto largest = dx > dy ? dx : dy;
|
||||
largest = largest > dz ? largest : dz;
|
||||
|
||||
if (largest < (1. - 1.e-5)) {
|
||||
if (subtraction_settings_ != ON_SLABS_AT_FLOORPLANS || largest < (1. - 1.e-5)) {
|
||||
|
||||
bool any_in_front_face = false, any_behind_face = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user