nithish24 Posted June 3, 2021 Share Posted June 3, 2021 Hi guys, How can I select rows and columns separately of such a setup procedurally into different groups.Which would be the best way to use VEX, Group SOP ?? Thank You. Quote Link to comment Share on other sites More sharing options...
konstantin magnus Posted June 3, 2021 Share Posted June 3, 2021 (edited) Unless the grid is rotated, you could simply compare the size components of each line: vector size = getbbox_size(0, itoa(@primnum)); i@group_rows = size.x > size.z; Also there is no need for the convert line-node, if you set the grid to rows and columns. grid_group.hipnc Edited June 3, 2021 by konstantin magnus 2 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.