TiGL 3.2.1
Version 3.2.1
01/07/2021
This is a bugfix release!
- Fixed function
::tiglWingGetSegmentEtaXsi
ignoring the GetPointBehaviour that was introduced in TIGL 3.0.0 (#808 ): Since TiGL 3.0.0, the getPoint functions now use the parametrization of the wing surface geometries instead . This behaviour can be switched back to the old bevahiour using::tiglWingSetGetPointBehavior
. Before fixing now::tiglWingGetSegmentEtaXsi
, the functions always used the old behaviour such that the back and fort computation etaXsi -> point -> etaXsi did not result in the same values.