Some changes after #1155

This commit is contained in:
Thomas Krijnen
2021-01-09 15:08:30 +01:00
parent 68767c3656
commit 3182c75f14
3 changed files with 10 additions and 13 deletions
+2 -2
View File
@@ -53,9 +53,9 @@ public:
/// Use step ids for naming elements.
/// Applicable for OBJ, DAE, and SVG output.
USE_ELEMENT_STEPIDS = 1 << (IfcGeom::IteratorSettings::NUM_SETTINGS + 6),
/// Use step Z UP .
/// Use Y UP .
/// Applicable for OBJ output.
USE_Z_UP = 1 << (IfcGeom::IteratorSettings::NUM_SETTINGS + 7),
USE_Y_UP = 1 << (IfcGeom::IteratorSettings::NUM_SETTINGS + 7),
/// Number of different setting flags.
NUM_SETTINGS = 7
};