Skip to content

Commit 60b76d0

Browse files
committed
Two more inverses for IfcPresentationLayerAssignment
1 parent c46f559 commit 60b76d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/steps/givens/attributes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def step_impl(context, file_or_model, field, values):
150150

151151
@gherkin_ifc.step('a traversal over the full model originating from subtypes of {entity}')
152152
def step_impl(context, entity):
153-
WHITELISTED_INVERSES = {'StyledByItem', 'HasCoordinateOperation'}
153+
WHITELISTED_INVERSES = {'StyledByItem', 'HasCoordinateOperation', 'LayerAssignments', 'LayerAssignment'}
154154
schema = ifcopenshell.ifcopenshell_wrapper.schema_by_name(context.model.schema_identifier)
155155
@functools.cache
156156
def names(entity_type):

0 commit comments

Comments
 (0)