ProceduralFrankie Posted July 27, 2019 Share Posted July 27, 2019 Hello everyone, I am trying to get the number of points in a group with the pointlist fuction, but having it erroring. If you can help me out it would be much appreciated. Thanks Francesco Pointlist.hip Quote Link to comment Share on other sites More sharing options...
vicvvsh Posted July 27, 2019 Share Posted July 27, 2019 2 hours ago, ProceduralFrankie said: Hello everyone, I am trying to get the number of points in a group with the pointlist fuction, but having it erroring. If you can help me out it would be much appreciated. Thanks Francesco Pointlist.hip Hello, it's because pointlist() is an expression function not VEX function and you can use it i.e. into parameters of nodes. Put bast node down the group1 node and try type this in the group field `pointlist("/obj/geo1/group1", "group1")` Quote Link to comment Share on other sites More sharing options...
konstantin magnus Posted July 27, 2019 Share Posted July 27, 2019 pointlist() is an expression function, not a VEX function. expandpointgroup() would work in a detail wrangle: i[]@pts_grp = expandpointgroup(0, 'group1'); 2 Quote Link to comment Share on other sites More sharing options...
ProceduralFrankie Posted July 27, 2019 Author Share Posted July 27, 2019 Thank you guys! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.