Refactoring and cleaning up geom iterator filtering.

This commit is contained in:
Stinkfist0
2017-02-03 19:15:37 +02:00
committed by Thomas Krijnen
parent 63b0488909
commit d8a11dd096
4 changed files with 81 additions and 116 deletions
-3
View File
@@ -78,9 +78,6 @@ namespace IfcGeom
GENERATE_UVS = 1 << 12,
/// Specifies whether to slice representations according to associated IfcLayerSets.
APPLY_LAYERSETS = 1 << 13,
/// Marks that include/exclude filtering should be applied also to the decomposition
/// and/or containment (IsDecomposedBy, HasOpenings, FillsVoid, ContainedInStructure)
/// of the filtered entity.
TRAVERSE = 1 << 14,
/// Number of different setting flags.
NUM_SETTINGS = 14