CinnamonMetal Posted February 23, 2019 Share Posted February 23, 2019 How do you loop over all the edges in a group within a point wrangler ? Quote Link to comment Share on other sites More sharing options...
konstantin magnus Posted February 23, 2019 Share Posted February 23, 2019 i[]@pts_edges = expandedgegroup(0, 'group1'); foreach(int pt; @pts_edges){ // do smth. } 1 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.