From 52d4fa478117de0c42834e20e9d8b19dbacf90d3 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Tue, 9 Mar 2021 09:57:18 +0100 Subject: [PATCH] #1363 todo note --- src/ifcgeom/IfcGeomFaces.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ifcgeom/IfcGeomFaces.cpp b/src/ifcgeom/IfcGeomFaces.cpp index 14a6d6fb32..6f715466f8 100644 --- a/src/ifcgeom/IfcGeomFaces.cpp +++ b/src/ifcgeom/IfcGeomFaces.cpp @@ -631,6 +631,7 @@ bool IfcGeom::Kernel::convert(const IfcSchema::IfcIShapeProfileDef* l, TopoDS_Sh bool doFillet2 = doFillet1; double x2 = x1, dy2 = dy1, f2 = f1; + // @todo in IFC4 a IfcAsymmetricIShapeProfileDef is not a subtype anymore of IfcIShapeProfileDef! if (l->declaration().is(IfcSchema::IfcAsymmetricIShapeProfileDef::Class())) { IfcSchema::IfcAsymmetricIShapeProfileDef* assym = (IfcSchema::IfcAsymmetricIShapeProfileDef*) l; x2 = assym->TopFlangeWidth() / 2. * getValue(GV_LENGTH_UNIT);