Arthur Shen

junxian_shen

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

VEX Code Access "Group" Parameter Feb. 9, 2018, 3:24 a.m.

Hello Guys,

I am trying to print point position information based on the points I set in the group parameter.

but I can't loop over the @ptnum, I also tried to use an increment variable, but it's always the same.


here's the snippet:


can anyone help on how to get the input from group parameter in vex, something like
int pts[] = [ 3, 4, 2, 0]

cheers.