tumcms / Open-Infra-Platform

This is the official repository of the open-source Open Infra Platform software (as of April 2020).
Other
47 stars 21 forks source link

[BUG] Missing parameter "ParentCurve" #564

Open Elvira2227 opened 1 year ago

Elvira2227 commented 1 year ago

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:

  1. Run UI
  2. Open corresponding example file
  3. See an error

CMake configuration

Additional context In this example file line#98= IFCCURVESEGMENT() parameter "ParentCurve" is missing.

pjanck commented 1 year ago

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

jschlenger commented 1 year ago

Thanks for the hint.