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