mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 02:23:34 +00:00
#3359 return early in case of no-prefiltering
This commit is contained in:
@@ -393,6 +393,7 @@ namespace {
|
||||
void add(const TopoDS_Shape& s) {
|
||||
if (!use_prefiltering_) {
|
||||
items_.insert(items_.end(), s);
|
||||
return;
|
||||
}
|
||||
|
||||
TopoDS_Compound C;
|
||||
|
||||
Reference in New Issue
Block a user