DLR-SC / tigl

The TiGL Geometry Library to process aircraft geometries in pre-design.
https://dlr-sc.github.io/tigl/
Apache License 2.0
235 stars 60 forks source link

Pylon guide curves are not taken into account #988

Closed LucasKugler closed 9 months ago

LucasKugler commented 9 months ago

Engine pylon guide curves are ignored by TiGL. In the example file attached, the pylon has guide curves definied, but the pylon is rendered as a straight segment. If the enginePylon is renamed to wing and moved to the wing section, the guide curves are then taken into account.

example_issue#988.zip

joergbrech commented 9 months ago

I will close this as a duplicate of #526

joergbrech commented 9 months ago

Feel free to re-open or discuss here, if you disagree.

BTW, you seem to be running into some issues that are not on top of our priority list right now and we have limited resources to move this stuff further up quickly. If you have some resources and a little bit of C++ experience: We highly encourage code contributions and we are happy to assist in the process.

LucasKugler commented 9 months ago

Sure, sorry I didn't see that existing issue. I fully understand that these are mostly "cosmetic" problems with low priority! I might be able to find the time to look at it myself, although indeed I would probably need some help to get started 😉