0.1.8 (2026-04-14)
- add clipWithPlane method for clipping with a plane (a5f3440)
- add clone method to create a new trimesh using cpp without export (a5f3440)
- add direct calls to geometry attributes e.g. area, points (206cf2f)
- add direct calls to geometry attributes e.g. area, points without requiring export to pyvista (a5f3440)
- add io methods exporting mesh to binary file (a5f3440)
- add overlaps method to calculate overlaps flag in cpp (a5f3440)
0.1.7 (2026-03-13)
- bump version (b0cf630)
0.1.6 (2025-11-04)
- adding install instructions for windows (8131c77)
0.1.5 (2025-10-08)
- add windows build options using vcpkg. (86e29dd)
- adding global verbose flag (c48394a)
- use global verbose flag instead of per function variable (b291e03)
0.1.4 (2025-07-17)
- don't add to fixed edges if the edge is invalid (2d9bcde)
0.1.3 (2025-07-15)
- bump (62a98b2)
0.1.2 (2025-07-01)
- adding object oriented surface clipping (2a2fc80)
- adding remove isolated vertices (7463cc7)
- correct typo in error message for degenerate face removal (a41c66d)
- correct typo in error message for degenerate face removal (054abdc)
- don't break if mesh is invalid as refine mesh will fix this (a27d5fd)
- return variable for polydata creation in clip function (271f95d)
0.1.1 (2025-06-18)
- allow protect_constraints and relax constraints to be passed refine mesh (5a81c4f)