From 0f296c486f0672b398617481a0d59a0aa2c4bf86 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Thu, 4 Mar 2021 14:38:36 +0100 Subject: [PATCH] todo note --- src/ifcgeom/IfcGeomShapes.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ifcgeom/IfcGeomShapes.cpp b/src/ifcgeom/IfcGeomShapes.cpp index 41e851392f..23e471a36a 100644 --- a/src/ifcgeom/IfcGeomShapes.cpp +++ b/src/ifcgeom/IfcGeomShapes.cpp @@ -267,6 +267,7 @@ bool IfcGeom::Kernel::convert(const IfcSchema::IfcExtrudedAreaSolidTapered* l, T l->SweptArea()->declaration().is(IfcSchema::IfcRectangleHollowProfileDef::Class()) || l->SweptArea()->declaration().is(IfcSchema::IfcArbitraryProfileDefWithVoids::Class())) { + // @todo properly check for failure and all. shell = BRepAlgoAPI_Cut(shell, result).Shape(); } else { if (compound.IsNull()) {