getInverse -> get_inverses_by_declaration

Similar to getTotalInverses rename, to prevent confusing with get_inverse.
This commit is contained in:
Andrej
2025-06-11 18:11:26 +05:00
parent eee94f53a4
commit d0f4dd00c7
2 changed files with 13 additions and 1 deletions
+1
View File
@@ -51,6 +51,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("get_inverses_by_declaration") getInverse;
%rename("get_total_inverses_by_id") getTotalInverses;
%rename("entity_instance") IfcBaseClass;
%rename("file") IfcFile;