Open-Infra-Platform
Open-Infra-Platform copied to clipboard
[BUG] Missing parameter "ParentCurve"
Describe the bug
To render the IfcSeventhOrderPolynomialSpiral #552 we need to test the "vienesse-bend-curve" #478 example. But an error occurred.
To Reproduce Steps to reproduce the behavior:
- Run UI
- Open corresponding example file
- See an error
CMake configuration
- EARLYBINDING_WITH_IFC4X3_RC4: selected
Additional context
In this example file line #98= IFCCURVESEGMENT() parameter "ParentCurve" is missing.
Please have a look here. I believe that the example files checked in in our repository are not up-to-date.
Task: if there are differences, all alignment unit test might need updating. @jschlenger FYI
Thanks for the hint.