anicg Posted November 14, 2019 Share Posted November 14, 2019 I used the measure node by how can I find out the very precise measures in meters of the primitive (.. meters by .. meters), say for primitive 13 and 11. Quote Link to comment Share on other sites More sharing options...
Skybar Posted November 14, 2019 Share Posted November 14, 2019 For a square it's quite simple. Measure the perimeter and divide it by the number of edges (4) to get the length of each edge. Or measure the area and take the root of that. It's not as simple for a rectangle, there you could instead use Convert Line SOP. It will convert the edges to a line and give you the length in "restlength". Quote Link to comment Share on other sites More sharing options...
jamesr Posted November 15, 2019 Share Posted November 15, 2019 Here's an example to go along, if it helps. prim_l_x_w.hip Quote Link to comment Share on other sites More sharing options...
anicg Posted December 10, 2019 Author Share Posted December 10, 2019 (edited) Thanks. One final step: how to make the size of a box match the measured x,y,z of a bound, not copy pasting values, but linked? And position. So the idea is to create a box that perfectly matches the size and position of a bound node. Edited December 10, 2019 by anicg Quote Link to comment Share on other sites More sharing options...
anim Posted December 10, 2019 Share Posted December 10, 2019 Match Size SOP? Quote Link to comment Share on other sites More sharing options...
Sophie Posted December 10, 2019 Share Posted December 10, 2019 I'm not sure if you need the length for anything else, but if you want to match the bounds of something else, maybe you can just use a matchsize node I've attached a very simple example of this match_size.hip 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.