mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-06 07:51:47 +00:00
ids_doc_generator - fix Property args missed (ed8eb75)
TypeError: Property.__init__() got an unexpected keyword argument 'name'
This commit is contained in:
@@ -304,8 +304,8 @@ restriction = ifctester.ids.Restriction(options={"pattern": "(-|[0-9]{2,3})\/(-|
|
||||
spec.requirements.append(
|
||||
ifctester.ids.Property(
|
||||
propertySet="Pset_WallCommon",
|
||||
name="FireRating",
|
||||
datatype="IfcLabel",
|
||||
baseName="FireRating",
|
||||
dataType="IfcLabel",
|
||||
value=restriction,
|
||||
instructions="Fire rating is specified using the Fire Resistance Level as defined in the Australian National Construction Code (NCC) 2019. Valid examples include -/-/-, -/120/120, and 60/60/60",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user