Ikuya Posted December 10, 2022 Share Posted December 10, 2022 I have recently been doing some environment modeling in Houdini and often create ring-shaped planes, and I would like to know if there is a smart way to select and create groups of points for inside only or outside only. Currently I am using group bounding spheres, but ideally I would like to do it procedurally. untitled.hip Quote Link to comment Share on other sites More sharing options...
Ikuya Posted December 10, 2022 Author Share Posted December 10, 2022 In most actual cases, it is not a regular circle, but an ellipse, oval, etc. Any advice would be appreciated. untitled2.hip Quote Link to comment Share on other sites More sharing options...
Aizatulin Posted December 10, 2022 Share Posted December 10, 2022 You can group unshared edges and use lab edge group to poly. After this you can apply polypath and sort the prims by (measured) length. untitled2_keep_inner.hipnc Quote Link to comment Share on other sites More sharing options...
animatrix Posted December 11, 2022 Share Posted December 11, 2022 Ideally you should add this data to the points before you create the shape like this: But if you can't do that, then here is one way where you can find the largest polygon by area, create a point group from that and then copy this point group back to the main branch: Quote Link to comment Share on other sites More sharing options...
Ikuya Posted January 22, 2023 Author Share Posted January 22, 2023 I have tried the methods you have given me and all the examples have worked well for me. Thank you so much. sample.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.