Files
IfcOpenShell/src/ifcbimtester/bimtester/features/steps/geometric_detail/de.py
T

7 lines
313 B
Python

from behave import step
@step('Alle "{ifc_class}" Bauteile müssen eine geometrische Repräsentation der Klasse "{representation_class}" verwenden')
def step_impl(context, ifc_class, representation_class):
context.execute_steps(f'* All {ifc_class} elements have an "{representation_class}" representation')