Skip to content

Releases: Aquaveo/xmsmesher

5.2.0

15 Aug 21:03
Compare
Choose a tag to compare

Add functionality to NOT generate interior points when meshing a polygon

5.1.6

14 Aug 17:55
Compare
Choose a tag to compare

Bug fixes

5.1.5

19 Jul 22:34
Compare
Choose a tag to compare

bug fix when using the fix_point_connections for the new test case

5.1.4

15 Jul 22:24
Compare
Choose a tag to compare

Bug fix with reporting processed refine points

5.1.3

13 Jul 22:44
Compare
Choose a tag to compare

Bug fix
-bug related to meshing polygons with Z values that are not equal.

5.1.2

05 Jul 22:06
Compare
Choose a tag to compare

update xmsgrid for in TrAutoFixFourTrianglePts.cpp

5.1.1

05 Jul 15:03
Compare
Choose a tag to compare

-update version of xmsgrid
---bug related to the automatic fixing of point connected to 4 triangles and points connected to more than 7 elements
-update tests
-put includes in alphabetical order in MeRelaxer.cpp
-remove unneeded calls in MePolyMesher.cpp

5.1.0

16 Apr 15:16
Compare
Choose a tag to compare

-Change to the way internal breaklines are handled by the mesher to improve the triangle quality around the "ends" of the breaklines .

5.0.14

08 Jan 22:25
Compare
Choose a tag to compare

bug fix for bug 14901 - crash when converting a coverage to a mesh in SMS

5.0.13

11 Dec 21:35
Compare
Choose a tag to compare

-fixed a bug when specifying seed points. The input polygons and seed points needed to be hashed so that we did not create duplicate points in the output of the mesher.
-added a test that exposed this bug.