fix:IFC file conversion obj file, some cases will be rotated 90 °
This commit is contained in:
admin
2020-12-10 18:44:23 +08:00
committed by Thomas Krijnen
parent 6976144d80
commit 68767c3656
3 changed files with 18 additions and 3 deletions
+4 -1
View File
@@ -53,8 +53,11 @@ 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 .
/// Applicable for OBJ output.
USE_Z_UP = 1 << (IfcGeom::IteratorSettings::NUM_SETTINGS + 7),
/// Number of different setting flags.
NUM_SETTINGS = 6
NUM_SETTINGS = 7
};
SerializerSettings()