Releases: Geode-solutions/OpenGeode-Inspector
Releases · Geode-solutions/OpenGeode-Inspector
v1.10.1
1.10.1 (2022-06-02)
Bug Fixes
- Topology: Fixed bugs in the case of a unique vertex with several mesh component vertices linking to the same component (4720e1c)
v1.10.0
1.10.0 (2022-05-31)
Features
- Binaries: Added a binary to inspect structural models. (a840e37)
- SolidInspector: Added the inspection of the adjacency and manifold properties on SolidMeshes. (bdecc1e)
v1.9.1
1.9.1 (2022-05-20)
Bug Fixes
- Inspector: Removed variadic template parameters on AddInspector for compilation on windows. (df2faa3)
v1.9.0
1.9.0 (2022-05-19)
Features
- Inspector: Added general inspectors for each mesh and model type. Refactored some API functions for clarity and homogeneity. (ab89685)
v1.8.2
1.8.2 (2022-05-06)
Bug Fixes
- Topology: Replaced call to component mesh by clearer functions (a446688)
v1.8.1
1.8.1 (2022-05-03)
Bug Fixes
- Constness: Remove constness of some class parameters (1db2ac9)
v1.8.0
1.8.0 (2022-05-03)
Features
- Inspector: Added a verbose mode for all the geometry inspectors. (801877c)
- TopologyInspector: Added a verbose mode to output more explanatory messages in the model topology inspection. (bde25b6)
v1.7.0
1.7.0 (2022-04-04)
Bug Fixes
- SectionTopologyInspector: Removed forgotten functions using blocks in Section (4887add)
Features
- SectionInspector: Added the inspection of a Section topology. (497d3d4)
v1.6.2
1.6.2 (2022-04-01)
Bug Fixes
- BRepTopology: Fixed the inspection of the topology of a BRep in several specific cases (2cfbe37)
v1.6.1
1.6.1 (2022-03-22)
Bug Fixes
- PythonBindings: Added example to show pyhon binding use for the topology inspector, and modified README to show bindings use. (50decb6)