Skip to content

Releases: Geode-solutions/OpenGeode-Inspector

v1.10.1

02 Jun 07:57
Compare
Choose a tag to compare

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

31 May 12:51
Compare
Choose a tag to compare

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

20 May 09:21
Compare
Choose a tag to compare

1.9.1 (2022-05-20)

Bug Fixes

  • Inspector: Removed variadic template parameters on AddInspector for compilation on windows. (df2faa3)

v1.9.0

19 May 15:05
Compare
Choose a tag to compare

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

06 May 12:40
Compare
Choose a tag to compare

1.8.2 (2022-05-06)

Bug Fixes

  • Topology: Replaced call to component mesh by clearer functions (a446688)

v1.8.1

03 May 13:54
Compare
Choose a tag to compare

1.8.1 (2022-05-03)

Bug Fixes

  • Constness: Remove constness of some class parameters (1db2ac9)

v1.8.0

03 May 12:19
Compare
Choose a tag to compare

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

04 Apr 11:20
Compare
Choose a tag to compare

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

01 Apr 08:14
Compare
Choose a tag to compare

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

22 Mar 13:57
Compare
Choose a tag to compare

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)