Releases: Geode-solutions/OpenGeode
Releases · Geode-solutions/OpenGeode
v10.2.6
10.2.6 (2022-05-17)
Bug Fixes
- Mesh: add string() methods in basic structs like PolygonVertex (185078c)
v10.2.5
10.2.5 (2022-05-16)
Bug Fixes
- AABBTree: Added move constructor and move operator to the AABBTrees. (211ce60)
v10.2.4
10.2.4 (2022-05-16)
Bug Fixes
- Mesh: add method in SolidMesh to get polyhedron facet edge from vertices and polyhedron indices (0703b69)
v10.2.3
10.2.3 (2022-05-13)
Bug Fixes
- Python: fix names of methods (c066dc8)
v10.2.2
10.2.2 (2022-05-13)
Bug Fixes
- Mesh: add more around methods (fb0ff7c)
v10.2.1
10.2.1 (2022-05-13)
Bug Fixes
- VertexIdentifierBuilder: missing update_unique_vertices binding (bdf13be)
v10.2.0
10.2.0 (2022-05-13)
Features
- AABBTree: Added helper to create an AABBTree to search over a Solidmesh tetrahedrons. (0da4744)
v10.1.10
Bug Fixes
- ProgressLogger: allow increment on the number of steps (446a2c9)
v10.1.9
10.1.9 (2022-05-11)
Bug Fixes
- Pythonbindings: Added the equal operators to Points in the python bindings (c97e79d)
v10.1.8
10.1.8 (2022-05-10)
Bug Fixes
- Point/Vector: Added the equal operators (+=,-=,*=,/=) for Points and Vectors (808b492)