Releases: Geode-solutions/OpenGeode
Releases · Geode-solutions/OpenGeode
v10.0.32
Performance Improvements
- Geometry: small improvement in geometry computation (86f609a)
- SolidBuilder: better computation of polyhedron adjacency (4bb7f57)
v10.0.31
Bug Fixes
- AABBTree: missing intersection with another tree (a8e2980)
- SolidMesh: remove hardcode related tot TetrahedralSolid (2ccb00a)
v10.0.30
Bug Fixes
- Basic: allowed to map a type to another type in GenericMapping (f4ddb29)
v10.0.29
Performance Improvements
- AABBTree: parallelize mesh helpers (7c8547a)
v10.0.28
Bug Fixes
- Mesh: allow to copy into surface or solid mesh with enabled but empty edges or facets (fb8f307)
v10.0.27
Bug Fixes
- Meshes: Passing the copy() function as public without a Key, but with an Exception to make sure the mesh is not initialized before the copy is made. (fa43e68)
v10.0.26
Bug Fixes
- IO: better error messages (a8031b4)
v10.0.25
Bug Fixes
- CMake: revert folder order in environment variables (972cd9e)
v10.0.24
Bug Fixes
- Windows: testing PATH environement variable (377449a)
v10.0.23
Bug Fixes
- RegularGrid: Add a contains method for the RegularGrid, to get is a point is up to a global_epsilon away from the grid. (36cc36f)