Skip to content

Releases: Geode-solutions/Geode-Simplex

v9.8.6

16 Oct 00:37
cf758bc

Choose a tag to compare

9.8.6 (2025-10-16)

Bug Fixes

  • FrontalRemesher: fixing bug in polygon_is_inside_macro_triangle() test function, with the case of two merged macro edges. (73985e6)
  • SurfaceRemesh: adding check to avoid apex too close to opposite segment in intersection repair process. (3cbea58)

v9.8.5

10 Oct 04:38
cf758bc

Choose a tag to compare

9.8.5 (2025-10-10)

Bug Fixes

  • SurfaceRemesh: check if split flip triangles in repair process. (45930d7)

v9.8.4

07 Oct 06:31
cf758bc

Choose a tag to compare

9.8.4 (2025-10-07)

Bug Fixes

  • Stub: wrong stub location (1cefd57)
  • SurfaceRelaxer: calling new triangle flip check function. (bc91a67)
  • SurfaceRemesher: adding exception to detect cases where intersection repair process do not converge. (85e1ea7)

v9.8.3

03 Oct 00:37
cf758bc

Choose a tag to compare

9.8.3 (2025-10-03)

Bug Fixes

  • SurfaceRelaxer: using strict normal function for flip triangles check. (d4e3d25)

v9.8.2

02 Oct 00:53
cf758bc

Choose a tag to compare

9.8.2 (2025-10-02)

Bug Fixes

  • Frontal: removing apex refinement process in 2D and 3D. (8fa5e1c)
  • SurfaceRemesh: adding surface relaxing step after surface remesh. (6653518)
  • SurfaceRemesh: fixing bugs un intersecting polygons repair. (306152d)

v9.8.1

18 Sep 05:19
cf758bc

Choose a tag to compare

9.8.1 (2025-09-18)

Bug Fixes

  • Exception: return surface name in Splitter exception (0620b8d)

v9.8.0

12 Sep 00:53
cf758bc

Choose a tag to compare

9.8.0 (2025-09-12)

Bug Fixes

  • Simplex: better handle non active components in metric (9ddf79e)

Features

  • Python: add type support (b109321)

v9.7.1

04 Sep 00:27
cf758bc

Choose a tag to compare

9.7.1 (2025-09-04)

Bug Fixes

  • Sampler: fixing bug adding the metric use in min_max_cells function used in sampling process during volumic remesh. (f453df4)

v9.7.0

03 Sep 00:29
cf758bc

Choose a tag to compare

9.7.0 (2025-09-03)

Bug Fixes

  • BlockMeshing: Added return mappings to the constrained_mesh_block function (e140619)

Features

  • Active: support component active status for remeshing (0fe61ab)

v9.6.1

19 Aug 06:42
cf758bc

Choose a tag to compare

9.6.1 (2025-08-19)

Bug Fixes

  • FrontalRemesher: fixing bugs in close_points function. (52abe26)