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.
Best Of
Re: Improvements to Onshape - January 10th, 2025
@don_williams909 , depending on exactly what your model needs to look like this might already be possible with a workaround of existing tools. Just takes some planning of the design and appropriately positioned reference planes/points for positioning your hole.
Our new Flatten surfaces tool allows you to lay things flat after modeling and then export that flat to a DXF. There are some caveats to that regarding distortion and bend allowances not being included in the current tool but it can definitely get you a starting point for sending over to a laser or waterjet.
Note that in my example below, the part is a thin extrude, not a regular sheet metal part.
Just an idea to help you out if you haven't already tried this approach.
Re: Improvements to Onshape - January 10th, 2025
Thank you for the sheet metal feature. This is one of many feature updates we have been asking for and it is great to finally see sheet metal getting a bit of love. Keep 'em coming!

Re: ¿how to make a rectangular spiral?
Michael is using a clever technique in the linear pattern. The variable count
is equal to count+1
. So, when he patterns it, it increments each time. So, the dimension (offset * count)
will grow for each instance of the pattern. This technique is seen in this course.
As for my approach, you could just copy my code into a new FS tab in your document and use my feature or use the Add custom features button.
Re: Improvements to Onshape - January 10th, 2025
This release makes configurations extremely powerful having all possible combinations. What a big update. Thank you Onshape
Re: Improvements to Onshape - January 10th, 2025
The configuration visibility is great.
I'd love to see more complex logic allowed and using variable values to set condition.
Like if a variable is within a range, show another configuration property.
Re: Improvements to Onshape - January 10th, 2025
A few lightweight changes and one massive one: configuration input visibility is a clever way to get some logic built into configurations. Hopefully logic driven configurations gets expanded to offer even more powerful things than just visibility.

Re: Improvements to Onshape - January 10th, 2025
The configuration update is huge for us. We use configurations extremely heavily and this update is long awaited. Hopefully we can look forward to more configuration updates in the near future.
hatching in a detail view

Re: How Do I Make a Hollow Cone at the End of a Hollow Cylinder? I Keep Getting an Error with Revolve
Thank you, everyone, for the helpful guidance. Yes indeed - the problem stemmed from attempting to rotate the full triangle 360 degrees. By reducing the size to one half, I was able to achieve my objective immediately. Thanks!!