Fix IfcOpenHouse

This commit is contained in:
Thomas Krijnen
2018-08-13 11:43:28 +02:00
parent d09abbd260
commit 175387bd88
5 changed files with 24 additions and 9 deletions
+4
View File
@@ -1079,6 +1079,10 @@ private:
template <typename T>
void apply_attribute_(T& t, Argument* attr) const {
if (!attr) {
return;
}
if (attr->type() == IfcUtil::Argument_ENTITY_INSTANCE) {
IfcUtil::IfcBaseClass* inst = *attr;
t(inst);