IfcParseWrapper - exclude instances_by_reference

As it does exactly the same as get_inverse()
This commit is contained in:
Andrej730
2025-06-17 12:43:41 +05:00
parent ff09cd0a56
commit 2e3c733c0d
2 changed files with 2 additions and 1 deletions
+2
View File
@@ -29,6 +29,8 @@ private:
%ignore IfcParse::IfcFile::schema;
%ignore IfcParse::IfcFile::begin;
%ignore IfcParse::IfcFile::end;
// Available as get_inverse().
%ignore IfcParse::IfcFile::instances_by_reference;
%ignore parse_context;