Welcome to the Onshape forum! Ask questions and join in the discussions about everything Onshape.
First time visiting? Here are some places to start:- Looking for a certain topic? Check out the categories filter or use Search (upper right).
- Need support? Ask a question to our Community Support category.
- Please submit support tickets for bugs but you can request improvements in the Product Feedback category.
- 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.
Search
-
Re: Extruding in for loop
Hello @ilya_baran I was trying to delete the multiple sketches and extrusions that I created in my for loop. When I used the "extrude" + i format I was able to query all iterations using qCreatedBy( id + "extrude") However, when I used your proposed version the for loop works which is great! but the query I showed fails to… -
Re: Extruding in for loop
Part of the poor error reporting is a known bug; the reason the second extrude is failing is that the ids are hiearchical and the "loop" portion of the id must come before the "individual operation" portion of the id. So use id + count + "extrude" instead of id + "extrude" + count To query the points of a sketch, depends…
2 results