diff --git a/src/ifcwrap/IfcParseWrapper.i b/src/ifcwrap/IfcParseWrapper.i index f070e2d8f6..837e5ffb6a 100644 --- a/src/ifcwrap/IfcParseWrapper.i +++ b/src/ifcwrap/IfcParseWrapper.i @@ -48,6 +48,7 @@ private: %rename("by_id") instance_by_id; %rename("by_type") instances_by_type; +%rename("by_type_excl_subtypes") instances_by_type_excl_subtypes; %rename("entity_instance") IfcBaseClass; %rename("file") IfcFile; %rename("add") addEntity;