buildingSMART / buildingSMART/bSDD
Use of Classes.RelatedIfcEntityNamesList in the case of a version-dependent IFC entity mapping?
- Dominant language
- Python
- Stars
- 193
- Forks
- 45
- PR merge metrics
- No merged PRs in 30d
Description
For each class in my dictionary I am able to provide a list of related IFC entities. According to the documentation it seems that the IFC entity name is used for that, e.g. IfcWall as given in the example in the bSDD documentation.
What if the mapping depends on the IFC version, let's say it is IfcBuildingElementProxy in IFC2x3 and IFC4, and IfcBearing in IFC4.3?
Can/shall I use a version qualifier in such cases (or maybe the URI)?
P.S. I know that bSDD does not yet include IFC versions other than IFC4.3, but I would expect some version dependency for future IFC versions as well.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.