No need to cast to TopoDS_Face anymore

This commit is contained in:
Thomas Krijnen
2018-09-25 12:46:20 +02:00
parent 92f4d76c81
commit a8effa8289
+1 -1
View File
@@ -407,7 +407,7 @@ bool IfcGeom::Kernel::convert(const IfcSchema::IfcArbitraryProfileDefWithVoids*
}
ShapeFix_Shape sfs(mf.Face());
sfs.Perform();
face = TopoDS::Face(sfs.Shape());
face = sfs.Shape();
return true;
}