Atom Posted June 17, 2015 Share Posted June 17, 2015 (edited) Hi All, I am attempting to model with nodes and I am stuck on how to expand a selection that resides in a ring. If this were a straight line I could simply scale the Y axis of the group by a value to increase the height of the selection. Because it is in a circle I can not use that technique and I am not sure how to proceed? ap_select_center_faces_of_ring.hipnc Edited June 17, 2015 by Atom Quote Link to comment Share on other sites More sharing options...
magneto Posted June 17, 2015 Share Posted June 17, 2015 (edited) You can revolve a rectangle made from a circle and use that angle to select points using the Group SOP's bounding object option or write some VEX code to convert point positions to angles and add them to a group based on that: Edited June 17, 2015 by magneto Quote Link to comment Share on other sites More sharing options...
Atom Posted June 17, 2015 Author Share Posted June 17, 2015 (edited) Ah, thanks for the image. It inspired me to approach the modeling slightly differently. But using 4 circles I can vary the radii of the circles to control where the edge loops appear, thus I don't need to scale the faces because I have skinned it correctly to begin with. I can still get the selection using the spherical bounding method too. The first group selects the two inner face loops and the second group, in subtract mode, removes the inner face loop leaving only the center. I tried your way as well and it only seems to work for points. When I switch the Group node to Primitives, I don't get any selection? As I look at the image in the post I now see that the drop down clearly says "Points Only". I guess face selection is not supported using external bounding objects. Is there a node that can convert a point selection to a primitive selection? ap_center_faces_circular_selection.hipnc Edited June 17, 2015 by Atom 1 Quote Link to comment Share on other sites More sharing options...
Skybar Posted June 17, 2015 Share Posted June 17, 2015 You can convert groups between points/edges/primitives with the Group SOP, under Edit -> Convert. 1 Quote Link to comment Share on other sites More sharing options...
Atom Posted June 17, 2015 Author Share Posted June 17, 2015 Thank you, i'll give that a try. I am getting more familiar with the group node but I still have not tried out all the features. 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.