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!