From 60c71c145bb678ad0bc66755299797c8ad87e110 Mon Sep 17 00:00:00 2001 From: Andrej Date: Wed, 11 Jun 2025 19:38:18 +0500 Subject: [PATCH] IfcFile::inverse_attr_record - add a note --- src/ifcparse/IfcFile.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ifcparse/IfcFile.h b/src/ifcparse/IfcFile.h index 2127dc4d23..3959cd1b6b 100644 --- a/src/ifcparse/IfcFile.h +++ b/src/ifcparse/IfcFile.h @@ -113,6 +113,7 @@ class IFC_PARSE_API IfcFile { typedef boost::unordered_map entity_by_id_t; typedef boost::unordered_map entity_by_iden_t; typedef std::map entity_by_guid_t; + // instance_id, declaration->index_in_schema, attribute_index typedef std::tuple inverse_attr_record; enum INVERSE_ATTR { INSTANCE_ID,