Add support for storing aggregate values in separate datasets

This commit is contained in:
aothms
2016-02-24 11:26:47 +01:00
parent 418b78cdd5
commit 2a0471ec27
5 changed files with 328 additions and 11 deletions
+1 -1
View File
@@ -398,7 +398,7 @@ namespace IfcGeom {
try {
const IfcUtil::IfcBaseClass* ifc_entity = ifc_file->entityById(id);
instance_type = IfcSchema::Type::ToString(ifc_entity->type());
instance_type = IfcSchema::Type::ToString(ifc_entity->declaration().type());
if ( ifc_entity->declaration().is(IfcSchema::Type::IfcProduct) ) {
IfcSchema::IfcProduct* ifc_product = (IfcSchema::IfcProduct*)ifc_entity;