gubar Posted November 14, 2017 Share Posted November 14, 2017 Hi, say I have a simple grid and I want to transform every second row of edges/points in X. So I'd have a kind of sawtooth edge as shown in the image (I've just done it manually here). But I also want the flexibility to be able to increase the density/subdivision of the grid up the chain and not have this break. Any idea what the easiest thing to do would be? Thanks, gubar Quote Link to comment Share on other sites More sharing options...
konstantin magnus Posted November 14, 2017 Share Posted November 14, 2017 There is a range functionality in the Group SOP, where you can refer to the X divisions of the grid. 1 1 Quote Link to comment Share on other sites More sharing options...
Noobini Posted November 14, 2017 Share Posted November 14, 2017 (edited) here's one way of doing it...the advantage of this way is if you can't have access to the divisions as Konstantin suggested above...say you are using an obj imported from Whatever. This way you just use the Select slider to select how many in a row...then the field after that is always 'doubled'. What if you want to start the selection from 2nd row ? Easy...just set Offset number to equal the Select number... EDIT: might as well do Cols...if you want to select from 2nd col onwards...use (@ptnum+1)%2==0 Edited November 14, 2017 by Noobini 3 Quote Link to comment Share on other sites More sharing options...
gubar Posted November 15, 2017 Author Share Posted November 15, 2017 Hi, thanks both for the suggestion, then the detailed explanation. I've got exactly what I was looking for now. Thanks, gubar 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.