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

This commit is contained in:
Thomas Krijnen
2012-10-19 08:20:43 +00:00
parent 8b11a1baf7
commit e729795da2
4 changed files with 12 additions and 3 deletions
+1 -1
View File
@@ -685,7 +685,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;