mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
Update README.md
I have added the parameters "minOccurs" and "maxOccurs"
This commit is contained in:
committed by
Thomas Krijnen
parent
c8ede38edb
commit
a855c40426
@@ -21,7 +21,9 @@ property = ids.Property(
|
||||
propertySet="Pset_WallCommon",
|
||||
measure="IfcBoolean",
|
||||
uri="https://identifier.buildingsmart.org/uri/.../prop/LoadBearing",
|
||||
instructions="Walls need to be load bearing.")
|
||||
instructions="Walls need to be load bearing.",
|
||||
minOccurs=1,
|
||||
maxOccurs=1)
|
||||
my_spec.requirements.append(property)
|
||||
my_ids.specifications.append(my_spec)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user