mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-20 04:04:00 +00:00
Make sure compound structure is retained as SvgSerializer depends on it
This commit is contained in:
@@ -68,7 +68,7 @@ IfcGeom::ConversionResultShape* IfcGeom::Representation::BRep::as_compound(bool
|
||||
delete accum;
|
||||
accum = n;
|
||||
} else {
|
||||
accum = s;
|
||||
accum = s->wrap_in_compound();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user