Implement all restrictions for IfcTester

This commit is contained in:
Dion Moult
2022-09-13 22:09:40 +10:00
parent 422cc4802c
commit 3255053ac4
3 changed files with 107 additions and 141 deletions
+1 -1
View File
@@ -273,7 +273,7 @@ spec = ifctester.ids.Specification(
)
specs.specifications.append(spec)
spec.applicability.append(ifctester.ids.Entity(name="IFCWALLTYPE"))
restriction = ifctester.ids.Restriction(options="(-|[0-9]{2,3})\/(-|[0-9]{2,3})\/(-|[0-9]{2,3})", type="pattern")
restriction = ifctester.ids.Restriction(options={"pattern": "(-|[0-9]{2,3})\/(-|[0-9]{2,3})\/(-|[0-9]{2,3})"})
spec.requirements.append(
ifctester.ids.Property(
propertySet="Pset_WallCommon",