Expose the option to sew shells from connected face sets

This commit is contained in:
Thomas Krijnen
2014-06-08 19:32:25 +02:00
parent 604358b48e
commit bb2a983a00
3 changed files with 88 additions and 74 deletions
+1
View File
@@ -105,6 +105,7 @@ namespace IfcParse {
const int DISABLE_OPENING_SUBTRACTIONS = 1 << 0;
const int DISABLE_OBJECT_PLACEMENT = 1 << 1;
const int SEW_SHELLS = 1 << 2;
}
std::ostream& operator<< (std::ostream& os, const IfcParse::IfcFile& f);