buildingSMART / buildingSMART/NextGen-IFC
Not use EXPRESS ARRAYs
Open
Decision made
enhancement
- Dominant language
- TeX
- Stars
- 64
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
There are very few ARRAYs defined in IFC. SETs and LISTs are much more common. Is it an option to replace all ARRAYs with LISTs?
This seems an easy fix, and it makes translation to other languages easier.
In particular:
```
TYPE IfcComplexNumber = ARRAY [1:2] OF REAL;
END_TYPE;
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.