Replies: 1 comment
-
I'm not sure I understand everything about what you need, but I find it unlikely that you can find any crate that does exactly what you need. You will have to do the high level work yourself, but you can use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm very new to Rust and looking for a Rust Mesh Library to extract (interpolated) point data from a surface mesh (indexed face set with x,y,z-vertices).
Background:
I have a triangulated surface-mesh with hydraulic-simulation-results-information per face.
Now I would like to extract for an arbitrary set of x,y-points
Do you think your mesh-library could help for this application or could you give an advice which library to use instead (see below) or should I handroll the process (Point -> FindFace -> Face -> Plane -> Interpolation)?
Thanks,
Michel
Related libraries
Beta Was this translation helpful? Give feedback.
All reactions