layerset-first setting

This commit is contained in:
Thomas Krijnen
2020-06-07 19:46:10 +02:00
parent 9f2443e01c
commit 86d7205760
6 changed files with 30 additions and 4 deletions
+3 -1
View File
@@ -84,8 +84,10 @@ namespace IfcGeom
SITE_LOCAL_PLACEMENT = 1 << 15,
///
BUILDING_LOCAL_PLACEMENT = 1 << 16,
/// Assigns the first layer material to the entire product
LAYERSET_FIRST = 1 << 17,
/// Number of different setting flags.
NUM_SETTINGS = 16
NUM_SETTINGS = 17
};
/// Used to store logical OR combination of setting flags.
typedef unsigned SettingField;