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

Amateur Question: Simple explanation on how id´s work

Fran_NuñezFran_Nuñez Member Posts: 3
Anybody can give a simple explanation on how id´s work?. I read the documentation 20 times and i cant figure it out :sweat:

Comments

  • Options
    Fran_NuñezFran_Nuñez Member Posts: 3
    Solved! it takes me a lot of time, but i think i got it
  • Options
    mahirmahir Member, Developers Posts: 1,292 ✭✭✭✭✭
    Id's are basically random numbers that uniquely identify a feature in the context of a FeatureScript. You can then add onto the id (e.g. id + "extrude" + i) to give your individual subfeatures a unique identifier you can use to reference them later in the FeatureScript.
Sign In or Register to comment.