mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 02:02:22 +00:00
Fix IfcOpenHouse
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user