BlackPariah Posted July 16, 2018 Share Posted July 16, 2018 Hello! I have a bunch of points, & I want to run some lines on just ONE specific point's attribute & I'm lost on how to grab a single point by it's point number or grab one of it's attributes/attribute components! For Example, I want to store the N vector attribute of point number 19 in a new vector variable called foo. Or grab the N.y component of point 19's Normal attribute & store it in a float variable named bar. I'm not a programmer & the help references for these type of functions have no practical examples so it's a bit difficult to put it in context... I'd appreciate any help. Thanks! Quote Link to comment Share on other sites More sharing options...
fuat Posted July 16, 2018 Share Posted July 16, 2018 (edited) vector foo = point(0, "N", 19) // if you need it as a variable v@foo= point(0, "N", 19) // if you need it as an attribute Edited July 16, 2018 by fuat Quote Link to comment Share on other sites More sharing options...
BlackPariah Posted July 19, 2018 Author Share Posted July 19, 2018 Makes sense now thanks Fuat! 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.