Alexandre Posted February 13, 2020 Share Posted February 13, 2020 (edited) Hi all, Noob question... I want to read the 3 components of a specific vector that belongs to a vector array as shown in attached screenshot I don't know where and in which format I have to put the point index and vector index. someone know how to do that ? thank you Alex Edited February 13, 2020 by Alexandre Quote Link to comment Share on other sites More sharing options...
Skybar Posted February 13, 2020 Share Posted February 13, 2020 Since you are running on detail, and the array is a point attribute, you need to use point(). point(input, "attribute", point number)[array index] v@vect = point(0, "vel", 963723)[0]; 1 Quote Link to comment Share on other sites More sharing options...
Alexandre Posted February 14, 2020 Author Share Posted February 14, 2020 ahhh yesss, I understand 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.