Skip to content

Commit

Permalink
mention CCSTCurveBuilder changes in Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
joergbrech committed Jan 10, 2025
1 parent 86a27c3 commit 9b3964f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@ Changelog

Changes since last release
-------------
18/12/2024
10/01/2025

- Fixes
- #936 A particular defined positioning (of the C++-type CCPACSPositioning) was not available via Python bindings since the std::vector<std::unique_ptr<**Type**>> is not exposed to swig. New getter functions have been implemented in CCPACSPositioning.h to make these elements accesible via index, similar to the implementation of for several other classes. For more information see https://github.com/RISCSoftware/cpacs_tigl_gen/issues/59.


- General changes:
- Update the C++ standard to C++17 (#1045).
- Added the possibility to switch between two algorithms in the `CCSTCurveBuilder`. The default algorithm based on a Chebychev approximation results in a small number of control points, but introduces small discontinuities in the curvature. The new option is to use OCCT's `GeomAPI_PointsToBSpline`, which results in a C3 continuous B-Spline.


13/11/2024
Expand Down

0 comments on commit 9b3964f

Please sign in to comment.