mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-09 21:53:40 +00:00
Refactoring and cleaning up geom iterator filtering.
This commit is contained in:
committed by
Thomas Krijnen
parent
63b0488909
commit
d8a11dd096
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user