buildingSMART / buildingSMART/IFC4.x-development

No localization data in psets xmls

Open
#587 0 comments 0 reactions 0 assignees View on GitHub
ifc-update-out
Dominant language
Python
Stars
234
Forks
123
Avg merge
15h 4m
Merged PRs (30d)
5

Description

I'm trying to make .ifc library for psets for IFC4X3 similarly to [IFC4](https://standards.buildingsmart.org/IFC/RELEASE/IFC4/ADD2_TC1/HTML/annex/annex-a/general-usage/IFC4_ADD2.ifc).

But localization data is missing in IFC4X3 xml files which should be part of the .ifc library:

Here's the example of `IFCLIBRARYREFERENCE` references in IFC4 library:
![image](https://user-images.githubusercontent.com/9417531/220534740-26e585aa-bfbc-4026-83f6-501751dab67d.png)

Is there some other place where I can get locatization data besides psets .xml files?

_________

Xmls for comparison:

IFC4:
https://standards.buildingsmart.org/IFC/RELEASE/IFC4/ADD2_TC1/HTML/psd/Pset_ValvePHistory.xml

IFC4X3:
```xml


Pset_ValvePHistory
Valve performance history common attributes of a typical 2 port pattern type valve.


IfcValve

IfcValve


PercentageOpen
The ratio between the amount that the valve is open to the full open position of the valve.





MeasuredFlowRate
The rate of flow of a fluid measured across the valve.





MeasuredPressureDrop
The actual pressure drop in the fluid measured across the valve.




```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.