Skip to content

1.4.0

Latest

Choose a tag to compare

@rainman110 rainman110 released this 04 May 14:53
· 1 commit to main since this release
a03ee19

@joergbrech, @AntonReiswich: Tagging you here. You might need to include this into TiGL / geoml.

Changed

  • Gordon surfaces can be created now without the need to duplicate curves in case of closed surfaces.
    This should make it much easier to integrate into CAD tools.
    Note: this is optional. The previous behavior still works.
    Thanks: @Shkolik 🙏
  • Improved python package build workflow.

Fixed

  • Fixed gradient computation in B-spline intersection. This should improve
    robustness and convergence of the intersection computation.
    Thanks: @gongfan99 🙏
  • Ensured scale-independent behaviour. The network interpolation input should work
    with arbitrary scaled input curves.