ifcopenshell.validate - fix IfcApplication.UR2 validation

Previously we were checking for just ApplicationFullName, without considering Version.

https://github.com/buildingSMART/IFC4.3.x-development/issues/966
This commit is contained in:
Andrej730
2025-06-20 14:30:44 +05:00
parent c6fd02869b
commit 263d238f9c
3 changed files with 27 additions and 8 deletions
@@ -0,0 +1,12 @@
ISO-10303-21;
HEADER;
FILE_DESCRIPTION(('ViewDefinition [CoordinationView]'),'2;1');
FILE_NAME('','2022-10-01T16:31:47',(''),(''),'IfcOpenShell 0.7.0','IfcOpenShell 0.7.0','');
FILE_SCHEMA(('IFC4'));
ENDSEC;
DATA;
#1=IFCORGANIZATION('IfcOpenShell','IfcOpenShell','',$,$);
#2=IFCAPPLICATION(#1,'0.0.0','Bonsai','Bonsai1');
#3=IFCAPPLICATION(#1,'0.0.1','Bonsai','Bonsai2');
ENDSEC;
END-ISO-10303-21;