You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix: add copy method and vtk method for trimesh object
* chore: ignore windows build
* fix: specify .so for unix and pyd for windows
* ci: rename examples and adding test suite + git action
* fix: adding option to cut surface with a property
this is interpreted as a signed distance function
and could be evaluated on the triangle nodes
from an implicit function. Note if the surface
is remeshed the property values will need to be
re-evaluated on the new nodes.
* fix: move checks to separate file and add import/export from np arrays
* ci: use loop python versions (#15)
* ci: adding windows/mac tests
* ci: use c:: for vcpkg and revert to loop python env var
* ci: use env var for mac as well
* ci: update windows cmake instructions
* Update environment variable for vcpkg toolchain
Set VCPKG_ROOT environment variable for package build.
* test: update test ci runner to use pypi runner template
* tests: add cgal/eigen to nix
* fix: specify python versions
* fix: use exact meshes for clipping, avoid infinite hangs
* fix: set default kernel to exact, use double for speed at risk of hanging
ci: change name of tester to testing
* Update examples/cut_example.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* [WIP] Add option to clip surface with implicit function (#17)
* Initial plan
* Address code review comments
Co-authored-by: lachlangrose <7371904+lachlangrose@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: lachlangrose <7371904+lachlangrose@users.noreply.github.com>
* fix: add dlls to package for wheel
* tests: remove tmp files
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: lachlangrose <7371904+lachlangrose@users.noreply.github.com>
0 commit comments