mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 14:23:53 +00:00
todo note
This commit is contained in:
@@ -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::IfcRectangleHollowProfileDef::Class()) ||
|
||||||
l->SweptArea()->declaration().is(IfcSchema::IfcArbitraryProfileDefWithVoids::Class()))
|
l->SweptArea()->declaration().is(IfcSchema::IfcArbitraryProfileDefWithVoids::Class()))
|
||||||
{
|
{
|
||||||
|
// @todo properly check for failure and all.
|
||||||
shell = BRepAlgoAPI_Cut(shell, result).Shape();
|
shell = BRepAlgoAPI_Cut(shell, result).Shape();
|
||||||
} else {
|
} else {
|
||||||
if (compound.IsNull()) {
|
if (compound.IsNull()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user