mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 10:33:20 +00:00
Basic adding of filled openings reimplemented with new opening system
This commit is contained in:
@@ -78,7 +78,7 @@ class FacetDocGenerator:
|
||||
# Create an IDS with the applicability selecting exactly
|
||||
# the entity type passed to us in `inst`.
|
||||
specs = ids.Ids(title=name)
|
||||
spec = ids.Specification(name=name)
|
||||
spec = ids.Specification(name=name, minOccurs=1)
|
||||
spec.applicability.append(ids.Entity(name=inst.is_a().upper()))
|
||||
spec.requirements.append(facet)
|
||||
specs.specifications.append(spec)
|
||||
|
||||
Reference in New Issue
Block a user