mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 15:08:51 +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;
|
auto largest = dx > dy ? dx : dy;
|
||||||
largest = largest > dz ? largest : dz;
|
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;
|
bool any_in_front_face = false, any_behind_face = false;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user