mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-29 00:03:17 +00:00
Some changes after #1155
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user