mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-16 13:46:54 +00:00
IfcParseWrapper - exclude instances_by_reference
As it does exactly the same as get_inverse()
This commit is contained in:
@@ -942,7 +942,6 @@ class file:
|
|||||||
@property
|
@property
|
||||||
def header(self) -> IfcSpfHeader: ...
|
def header(self) -> IfcSpfHeader: ...
|
||||||
def ifcroot_type(self) -> entity: ...
|
def ifcroot_type(self) -> entity: ...
|
||||||
def instances_by_reference(self, id): ...
|
|
||||||
def internal_guid_map(self): ...
|
def internal_guid_map(self): ...
|
||||||
def load(self, entity_instance_name, entity, arg4, attribute_index): ...
|
def load(self, entity_instance_name, entity, arg4, attribute_index): ...
|
||||||
def recalculate_id_counter(self): ...
|
def recalculate_id_counter(self): ...
|
||||||
|
|||||||
@@ -29,6 +29,8 @@ private:
|
|||||||
%ignore IfcParse::IfcFile::schema;
|
%ignore IfcParse::IfcFile::schema;
|
||||||
%ignore IfcParse::IfcFile::begin;
|
%ignore IfcParse::IfcFile::begin;
|
||||||
%ignore IfcParse::IfcFile::end;
|
%ignore IfcParse::IfcFile::end;
|
||||||
|
// Available as get_inverse().
|
||||||
|
%ignore IfcParse::IfcFile::instances_by_reference;
|
||||||
|
|
||||||
%ignore parse_context;
|
%ignore parse_context;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user