IFC icon indicating copy to clipboard operation
IFC copied to clipboard

IFC-SPF property and quantity templates file incorrect

Open arch1501 opened this issue 5 years ago • 1 comments

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.

arch1501 avatar Jul 23 '20 07:07 arch1501

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.

SergejMuhic avatar Jul 23 '20 20:07 SergejMuhic