bSI-InfraRoom / bSI-InfraRoom/IFC-Specification
non-upward compatible change in IfcDoorTypeOperationEnum
- Dominant language
- No language data
- Stars
- 27
- Forks
- 24
- PR merge metrics
- No merged PRs in 30d
Description
the existing enumerators, such as:
,DOUBLE_DOOR_SINGLE_SWING
,DOUBLE_DOOR_SINGLE_SWING_OPPOSITE_LEFT
,DOUBLE_DOOR_SINGLE_SWING_OPPOSITE_RIGHT
have been changed into:
,DOUBLE_PANEL_SINGLE_SWING
,DOUBLE_PANEL_SINGLE_SWING_OPPOSITE_LEFT
,DOUBLE_PANEL_SINGLE_SWING_OPPOSITE_RIGHT
this breaks the compatibility rule, since existing, valid and certifed IFC4 data sets cannot be read anymore by an IFC4.3 schema (non-existing enumarators).
The change from DOOR to PANEL should be withdrawn. Use documentation to explain, that the meaning of the enumerator has been enhanced.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.