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
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
(a) face-index for each point and
(b) interpolated z-elevation based on face-plane made up by mesh-vertices.
Do you think your mesh-library could help for this application or could you give an advice which library to use instead or should I handroll the process (Point -> FindFace -> Face -> Plane -> Interpolation)?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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 or should I handroll the process (Point -> FindFace -> Face -> Plane -> Interpolation)?
Thanks,
Michel
Beta Was this translation helpful? Give feedback.
All reactions