This commit is contained in:
Thomas Krijnen
2020-07-11 11:55:00 +02:00
parent 8500daf1cc
commit 803cc66abb
2 changed files with 7 additions and 0 deletions
+3
View File
@@ -167,6 +167,9 @@ public:
/// IfcWall will also return IfcWallStandardCase entities
IfcEntityList::ptr instances_by_type(const std::string& t);
/// Returns all entities in the file that match the positional argument.
IfcEntityList::ptr instances_by_type_excl_subtypes(const std::string& t);
/// Returns all entities in the file that reference the id
IfcEntityList::ptr instances_by_reference(int id);