mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-17 19:09:07 +00:00
black format
This commit is contained in:
@@ -84,7 +84,7 @@ class FacetDocGenerator:
|
||||
specs = ids.Ids(title=name)
|
||||
|
||||
# todo: to resume IFC2X3 we need to ensure that entities and attributes are consistent with that schema in order to pass audit
|
||||
spec = ids.Specification(name=name, minOccurs=1, ifcVersion=["IFC4"])
|
||||
spec = ids.Specification(name=name, minOccurs=1, ifcVersion=["IFC4"])
|
||||
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