mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 02:02:22 +00:00
getTotalInverses -> get_total_inverses_by_id
Rename method to avoid confusion with get_total_inverses
This commit is contained in:
@@ -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_total_inverses_by_id") getTotalInverses;
|
||||
%rename("entity_instance") IfcBaseClass;
|
||||
%rename("file") IfcFile;
|
||||
%rename("add") addEntity;
|
||||
|
||||
Reference in New Issue
Block a user