mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-12 06:32:09 +00:00
SVG Exclude IfcGrid from HLR
This commit is contained in:
@@ -644,8 +644,8 @@ void SvgSerializer::write(const geometry_data& data) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Exclude annotations and spaces from HLR
|
// Exclude annotations, spaces and grids from HLR
|
||||||
if (any_in_front && !data.product->declaration().is("IfcAnnotation") && !data.product->declaration().is("IfcSpace")) {
|
if (any_in_front && !data.product->declaration().is("IfcAnnotation") && !data.product->declaration().is("IfcSpace") && !data.product->declaration().is("IfcGrid")) {
|
||||||
|
|
||||||
TopoDS_Shape* compound_to_hlr = &compound_to_use;
|
TopoDS_Shape* compound_to_hlr = &compound_to_use;
|
||||||
TopoDS_Shape subtracted_shape;
|
TopoDS_Shape subtracted_shape;
|
||||||
|
|||||||
Reference in New Issue
Block a user