archz2 Posted May 9, 2021 Share Posted May 9, 2021 Hi. I started using Houdini two days back. I come from architecture background. I have used Rhinoceros 3D and Grasshopper extensively in the last two years. So I have some experience in node-based workflow. One thing I cannot find in Houdini is to how to measure distance between two points. For example, there are two cuboids placed side by side with a little gap between them. I want to measure the distance from any vertex of first cuboid to the vertex of another one. How do I do it? Quote Link to comment Share on other sites More sharing options...
Rence Posted May 10, 2021 Share Posted May 10, 2021 Drop down an attribute wrangle and pipe the first cuboid into the first input and the second cuboid into the second input and type the following into the wrangle: f@dist = distance(@P, @opinput1_P); That will give you a distance attribute on each point distance_between_points.hiplc Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.