mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-18 11:20:21 +00:00
IfcConvert: add --model-ofset x;y;z option. Remove SerializerSettings::CENTER_MODEL as unneeded.
This commit is contained in:
committed by
Thomas Krijnen
parent
222cbe73d3
commit
80f0ff688d
@@ -43,11 +43,8 @@ public:
|
||||
/// Use material names instead of unique IDs for naming materials.
|
||||
/// Applicable for OBJ and DAE output.
|
||||
USE_MATERIAL_NAMES = 1 << (IfcGeom::IteratorSettings::NUM_SETTINGS + 3),
|
||||
/// Centers the models upon serialization by the applying the center point of
|
||||
/// the scene bounds as an offset. Applicable for OBJ and DAE output currently.
|
||||
CENTER_MODEL = 1 << (IfcGeom::IteratorSettings::NUM_SETTINGS + 4),
|
||||
/// Number of different setting flags.
|
||||
NUM_SETTINGS = 4
|
||||
NUM_SETTINGS = 3
|
||||
};
|
||||
|
||||
SerializerSettings()
|
||||
|
||||
Reference in New Issue
Block a user