Hello,
I can't find this simple thing in the forum or in the help.
What's the vex function for the former $CY ?
Many thanx
vex for $CY ?
4221 4 0- Pasto
- Member
- 80 posts
- Joined: Dec. 2013
- Offline
- jlait
- Staff
- 6413 posts
- Joined: July 2005
- Offline
- Pasto
- Member
- 80 posts
- Joined: Dec. 2013
- Offline
- jlait
- Staff
- 6413 posts
- Joined: July 2005
- Offline
Sorry, I read $CEY when you wrote $CY….
My usual approach is to use points to represent the copies. Then @ptnum is your $CY before the copy-to-points. If doing a for-each-point loop, I like to use an Enumerate to create an id attribute. Then point(-1, ‘id’, 0) can grab the currently processed point's id number, which acts like your $CY.
My usual approach is to use points to represent the copies. Then @ptnum is your $CY before the copy-to-points. If doing a for-each-point loop, I like to use an Enumerate to create an id attribute. Then point(-1, ‘id’, 0) can grab the currently processed point's id number, which acts like your $CY.
- Pasto
- Member
- 80 posts
- Joined: Dec. 2013
- Offline
-
- Quick Links