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.
F
Discussion List
-
Sheet Metal - Two flanges on one edge
Hello, Can someone help me as I get the second flange down on that edge. I've tried everything I can, but it does not work. Greetings Hobie https://cad.onshape.com/documents/cd039f8ab6a25a136df19cbe/w/2d2970700fc998929181da4e/e/360f4f27b7656e25c62c0b3f
-
order of iteration For loop for FACE query
I have seen the path method for getting the correct order of edges, is there a way i can do it for faces as well? It creates the stairs, but as you know, it will not iterate thorugh the query in any specific order. Any suggestions? <div> var allfaces is Query = qEverything(EntityType.FACE);</div><br><div> var allfaces1 is…