IfcParse: get entities by type string

This commit is contained in:
Thomas Krijnen
2012-07-19 00:14:01 +00:00
parent 1d4a999381
commit 6ced646413
2 changed files with 9 additions and 0 deletions
+4
View File
@@ -257,6 +257,10 @@ public:
/// NOTE: This also returns subtypes of the requested type, for example:
/// IfcWall will also return IfcWallStandardCase entities
static IfcEntities EntitiesByType(Ifc2x3::Type::Enum t);
/// Returns all entities in the file that match the positional argument.
/// NOTE: This also returns subtypes of the requested type, for example:
/// IfcWall will also return IfcWallStandardCase entities
static IfcEntities EntitiesByType(const std::string& t);
/// Returns all entities in the file that reference the id
static IfcEntities EntitiesByReference(int id);
/// Returns the entity with the specified id