JJ FX Posted August 3, 2017 Share Posted August 3, 2017 Hi, So just used this in point wrangle. But does not move my point. Why? setpointattrib(geoself(), "P.x", 0, 0.0, "set"); Quote Link to comment Share on other sites More sharing options...
Sepu Posted August 3, 2017 Share Posted August 3, 2017 (edited) Not sure what you want to do, but it should be like this. @P.x = setpointattrib(geoself(), "P", 0, 0.0, "set"); or @P.x += setpointattrib(geoself(), "P", 0, 0.0, "set"); Edited August 3, 2017 by Sepu Quote Link to comment Share on other sites More sharing options...
JJ FX Posted August 3, 2017 Author Share Posted August 3, 2017 (edited) Ah, ok I get it now thanks EDIT: however this sets the position of all points. Can I set the position of the specific one? Lets say ptnum = 0 Edited August 3, 2017 by JJ FX 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.