I stuck with a simple VEX question.
I have to get the npoins of a geometry use attribute wrangle.
int npoints(int input_number) really do well.
but i was confused with the second expression.
int npoints(string filename)
Returns the number of points for all primitives in the geometry file.
How to use it.
Thanks.