Get attributes from second input in wrangle node
32166 6 1- iamchris
- Member
- 8 posts
- Joined: June 2017
- Offline
- bonsak
- Member
- 459 posts
- Joined: Oct. 2011
- Offline
If you want to get an attribute (lets say color) from a specific point number (lets say 123456) from input 2, you can use If you have the same number of points on both inputs and you want to get an attribute from the corresponding point on input 2 you can use this shortcut Where the number 1 describes the input port.
-b
@Cd = point(1, 'Cd', 123456);
@Cd = v@opinput1_Cd;
-b
- iamchris
- Member
- 8 posts
- Joined: June 2017
- Offline
- bonsak
- Member
- 459 posts
- Joined: Oct. 2011
- Offline
- NicTanghe
- Member
- 212 posts
- Joined: Dec. 2016
- Offline
- sepu
- Member
- 461 posts
- Joined: Feb. 2012
- Offline
- tamte
- Member
- 8832 posts
- Joined: July 2007
- Online
-
- Quick Links