ETH.Python.MeshVolume¶
Python bindings to a C++ routine. Calculate the volume of a mesh. Uses the Eigen library.
Build Instructions¶
Install vcpkg
(Download the repository as ZIP, unzip, run
bootstrap-vcpkg.bat
)
vcpkg install eigen3:x64-windows
vcpkg install pybind11:x64-windows
(
vcpkg install python:x64-windows
only supports Python 3.10 currently.)Install Python 3.11 to
C:\Python311
(includes C headers and link libraries)Start VS2019 x64 Native Tools Prompt
build.bat