mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 23:36:20 +00:00
Update README.md
This commit is contained in:
committed by
Thomas Krijnen
parent
a855c40426
commit
1a3bf513a7
@@ -23,7 +23,7 @@ property = ids.Property(
|
|||||||
uri="https://identifier.buildingsmart.org/uri/.../prop/LoadBearing",
|
uri="https://identifier.buildingsmart.org/uri/.../prop/LoadBearing",
|
||||||
instructions="Walls need to be load bearing.",
|
instructions="Walls need to be load bearing.",
|
||||||
minOccurs=1,
|
minOccurs=1,
|
||||||
maxOccurs=1)
|
maxOccurs="unbounded")
|
||||||
my_spec.requirements.append(property)
|
my_spec.requirements.append(property)
|
||||||
my_ids.specifications.append(my_spec)
|
my_ids.specifications.append(my_spec)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user