DASD Posted September 19, 2018 Share Posted September 19, 2018 (edited) Hi, can somebody provide a quick example of functional vex wrangle code that uses the expandedgegroup() vex function? I expect something like: i[]@display = expandedgegroup("edgez"); But the issue is that the "edgez" group is a group of edges and there is no edge context in attribwrangle. I am guessing my syntax is wrong, or am I missing a preparation step of some sort? Edited September 19, 2018 by DASD Quote Link to comment Share on other sites More sharing options...
animatrix Posted September 19, 2018 Share Posted September 19, 2018 int pts [ ] = expandedgegroup ( 0, "myedgegroup" ); Quote Link to comment Share on other sites More sharing options...
DASD Posted September 21, 2018 Author Share Posted September 21, 2018 - I cannot believe I missed that. Thank you very much! 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.