Replace swear words in IFCBoolean.cpp

Add a more gentle comment.
This commit is contained in:
Andreas Buhr
2021-06-16 18:58:41 +02:00
committed by GitHub
parent fdb9ce6445
commit e27074594f

View File

@@ -513,7 +513,7 @@ void ProcessPolygonalBoundedBooleanHalfSpaceDifference(const Schema_2x3::IfcPoly
}
// we got a list of in-out-combinations of intersections. That should be an even number of intersections, or
// we're fucked.
// we are facing a non-recoverable error.
if ((intersections.size() & 1) != 0) {
IFCImporter::LogWarn("Odd number of intersections, can't work with that. Omitting half space boundary check.");
continue;