Jump to content

Select every second row/edge loop on a grid?


gubar

Recommended Posts

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,wUngbYI.jpg

 

gubar

Link to comment
Share on other sites

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

EveryOtherRow.jpg

EveryOtherCol.jpg

Edited by Noobini
  • Like 3
Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...