IfcConvert: add --model-ofset x;y;z option. Remove SerializerSettings::CENTER_MODEL as unneeded.

This commit is contained in:
Stinkfist0
2017-01-12 15:47:44 +02:00
committed by Thomas Krijnen
parent 222cbe73d3
commit 80f0ff688d
2 changed files with 28 additions and 20 deletions
+1 -4
View File
@@ -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()