Welcome to the Onshape forum! Ask questions and join in the discussions about everything Onshape.

First time visiting? Here are some places to start:
  1. Looking for a certain topic? Check out the categories filter or use Search (upper right).
  2. Need support? Ask a question to our Community Support category.
  3. Please submit support tickets for bugs but you can request improvements in the Product Feedback category.
  4. Be respectful, on topic and if you see a problem, Flag it.

If you would like to contact our Community Manager personally, feel free to send a private message or an email.

Options

Create Array of Vertices from Picked Points

What would be the easiest away to return an array of arrays representing picked points?

I am in a bit of a jam as I can only evaluate each vertex obtained from an array parameter pick via a ForEachEntity, which then leaves me stuck as I can't return the evaluated vertex during each round of ForEachEntity to something outside of that loop.

Comments

  • Options
    NeilCookeNeilCooke Moderator, Onshape Employees Posts: 5,391
    You don't have to use ForEachEntity, it's just there for convenience. Array parameters have indices so you can access all parameters of all arrays in one single loop if needed.
    Senior Director, Technical Services, EMEAI
Sign In or Register to comment.