buildingSMART / buildingSMART/IFC4.x-development
IfcCurveDim
Open
before-NWI
- Dominant language
- Python
- Stars
- 234
- Forks
- 123
- Avg merge
- 15h 4m
- Merged PRs (30d)
- 5
Description
My EXPRESS tools are complaining again. Happens in `IfcCurveDim` again:
```
IF ('IFC4X3_DEV_64d1fa4d.IFCCURVESEGMENT2D' IN TYPEOF(Curve))
THEN RETURN(2);
```
Not a big deal since merely the string involved is never satisfied but an unnecessary check since `IfcCurveSegment2D` was removed and is not part of the EXPRESS schema anymore.
A cosmetic correction is required. 😄
ping @TLiebich @aothms
Contributor guide
Assessment
This issue has not been assessed yet.