mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-27 02:31:09 +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) {
|
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