From a17b211983ba9114097ae0919de8658ffba0ca44 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Sun, 7 Jun 2020 12:49:39 +0200 Subject: [PATCH] rename by_type_excl_subtypes --- src/ifcwrap/IfcParseWrapper.i | 1 + 1 file changed, 1 insertion(+) 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;