mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-18 06:21:40 +00:00
Fix errors in rebase merge.
This commit is contained in:
committed by
Thomas Krijnen
parent
eade74c919
commit
678d422ec8
@@ -78,9 +78,8 @@ namespace IfcGeom
|
||||
GENERATE_UVS = 1 << 12,
|
||||
/// Specifies whether to slice representations according to associated IfcLayerSets.
|
||||
APPLY_LAYERSETS = 1 << 13,
|
||||
TRAVERSE = 1 << 14,
|
||||
/// Number of different setting flags.
|
||||
NUM_SETTINGS = 14
|
||||
NUM_SETTINGS = 13
|
||||
};
|
||||
/// Used to store logical OR combination of setting flags.
|
||||
typedef unsigned SettingField;
|
||||
|
||||
Reference in New Issue
Block a user