mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-17 10:59:17 +00:00
#1097
fix:IFC file conversion obj file, some cases will be rotated 90 °
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user