Jules Posted Tuesday at 02:06 PM Share Posted Tuesday at 02:06 PM Hi, I am trying to create a APEX graph, which loads animated lines, applies a sweep, and displaces the columns of each blade (marked in red). Inside APEX: It is possible to output the column attribute inside the sop::sweep node. After the sweep node, I loop over every point. Inside the loop, I multiply the column Attribute with the transform I would like to apply. (In this case the transformation vector should get multiplied by values of 0,1 and 2 for each column) However, the geometry will be transformed as a whole. I know it is a logic/skill issue on my side, but how can I define points or groups and locally transform individual points (or other operations) in APEX? I am fairly new to APEX. Thank you very much! Cheers Jules APEX_Groups.hiplc Quote Link to comment Share on other sites More sharing options...
Jules Posted Wednesday at 05:46 PM Author Share Posted Wednesday at 05:46 PM Hello again, yes, it was definitely my skill issue I looked at the example APEX files shown by Matt Estela in his APEX 101 presentation. I should have used the geo::SetPointAttribValue node to specify the P attribute of each „elemnum“. I uploaded the new file. Maybe this helps Cheers APEX_Groups_solved.hiplc 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.