Continuing.

This commit is contained in:
Thomas Krijnen
2017-12-13 13:58:58 +01:00
parent 85515e904e
commit 761e9d7248
11 changed files with 317 additions and 316 deletions
+1 -1
View File
@@ -139,7 +139,7 @@ public:
}
void operator()(const IfcUtil::IfcBaseClass* const& i) {
const IfcEntityInstanceData& e = i->data();
if ( IfcSchema::Type::IsSimple(e.type()) ) {
if (!e.type()->as_entity()) {
data << e.toString(upper);
} else {
data << "#" << e.id();