You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.
In the IFC file for property and quantity templates are some errors.
In all versions of the specification base entity for the templates is IfcProject instead of IfcProjectLibrary.
For each instances of IfcSimplePropertyTemplate for enumerations a new instance of IfcPropertyEnumeration is created. If it is related to the same enumeration only one instance shpould be used and referenced.
There are many IfcSimplePropertyTemplates with same GUID.
WhereRule 'IFCEXTERNALREFERENCE.WR1' is violated for some instances (IfcLibraryReference). At least one of the first three attributes has to be defined. In these instances all three are set optional.
The text was updated successfully, but these errors were encountered:
CHecked and identified the problems. The IfcLibraryReference cannot be fixed easily as this data is just not present in the spec. The schema version I have corrected and will commit after some tests.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In the IFC file for property and quantity templates are some errors.
In all versions of the specification base entity for the templates is IfcProject instead of IfcProjectLibrary.
For each instances of IfcSimplePropertyTemplate for enumerations a new instance of IfcPropertyEnumeration is created. If it is related to the same enumeration only one instance shpould be used and referenced.
There are many IfcSimplePropertyTemplates with same GUID.
WhereRule 'IFCEXTERNALREFERENCE.WR1' is violated for some instances (IfcLibraryReference). At least one of the first three attributes has to be defined. In these instances all three are set optional.
The text was updated successfully, but these errors were encountered: