-
Hi Marco, I have a 2D mesh that exists in the XZ-plane and would like to find the gradient within/on the mesh, towards the outside/edge. The Alternatively, I've tried using Is there a way to use the gradient operation for this use case? Thanks for the help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
hi, not sure if i understand the question (gradient of what scalar field? the distance from the boundary?), if so you can maybe compute it with |
Beta Was this translation helpful? Give feedback.
hi, not sure if i understand the question (gradient of what scalar field? the distance from the boundary?), if so you can maybe compute it with
mesh.distanceTo(silhuette)
wheresilhuette=mesh.silhouette('2d')