Add an option to disable the subtraction of IfcOpeningElements from relating building elements to the IfcGeomObject settings

This commit is contained in:
aothms
2012-10-19 08:20:43 +00:00
parent 88f6242804
commit 5274d73fd0
3 changed files with 11 additions and 3 deletions
+1 -1
View File
@@ -674,7 +674,7 @@ bool IfcFile::Init(IfcParse::IfcSpfStream* f) {
// Update the status after every 1000 instances parsed
if ( !((++x)%1000) ) {
std::stringstream ss; ss << "\r#" << currentId;
Logger::Status(ss.str());
Logger::Status(ss.str(), false);
}
if ( entity->is(Ifc2x3::Type::IfcRoot) ) {
Ifc2x3::IfcRoot::ptr ifc_root = (Ifc2x3::IfcRoot::ptr) entity;