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
Improvements to Onshape - November 22nd, 2024
PART STUDIOS
FLATTEN SURFACES
Flatten surfaces is a new Analysis tool that generates a planar surface from one or more contiguous non-planar surfaces. This is useful to evaluate the flat (cut) shape for a paint mask, decal, or text curves. The result can be exported to PARASOLID, STL, DXF, or SVG file format.PAUSE REGENERATION
Part Studio regeneration can be temporarily paused while multiple configuration, variable table values, or feature parameters are modified.SKETCH PROFILE INSPECTOR
Tiny gaps between sketch entities are difficult to detect, especially in complex imported DXF files. The Profile inspector, a new sketch diagnostics tool, quickly finds all the open ends of non-construction geometry.SKETCH BEZIER CURVE
Elevating the degree of a Bezier sketch entity increases the number of control points while maintaining the exact geometry. Lowering the degree reduces the number of control points, preserving the geometry where possible and approximating the geometry as closely as possible when exact geometry cannot be maintained.
THICKNESS ANALYSIS
Thickness analysis is now available for Onshape Professional and Onshape Education Enterprise users.
DRAWINGS
PASTE AS TABLE WITH FORMATTING
Tables created by pasting cells from Google Sheets or Microsoft Excel now import text styles (font size, bold, italic, underline, strikethrough) and cell width and height. Note that if a style is applied to only part of the cell text, it is not preserved.
RELEASE MANAGEMENT
ADDING OBJECTS FROM OTHER DOCUMENTS
Onshape Professional users can now add parts, assemblies, drawings or files from other documents to a single release candidate and release them together.RENDER STUDIO
LEGACY RENDER STUDIO BETA TABS ⚠️
Render Studio was officially released in Onshape 1.181 (May 17th, 2024). Access to the beta version of Render Studio will cease on February 29th, 2025 and all exisiting Render Studio beta tabs created prior to the official release will be automatically deleted on this date. Only rendered output created from those tabs will remain.SELECT MATCHING INSTANCES
All instances of the same part or subassembly can now be selected by right-clicking and choosing Select matching instances, regardless of where they appear in the assembly structure.
ISOLATE TRANSFORMS AND PROJECTORS
All entities added to a Transform or Projector can now be isolated on screen with a simple right-click.
MOBILE
MERGE LINES ON iOS
Merge lines can now be displayed on an iOS device for a clear high-level overview of the development timeline.
LEARNING CENTER
CERTIFICATION
The Onshape Learning Center has upgraded the certification experience. Both exams are now fully embedded in the Learning Center and do not require navigation to a separate testing platform. The Certified Onshape Associate has also been upgraded with completely new data sets to test your CAD knowledge.
API QUICKSTART
Building off of our previously released Introduction to the Onshape API course, we have now added an Onshape REST API Quickstart video explaining how to create a simple application for personal use.Please take a moment to try out these new features and improvements and leave your comments below. For a detailed list of all the changes in this update, please see the changelog.

Re: Improvements to Onshape - November 22nd, 2024
Christmas comes every three weeks with Onshape.
Pause regen! no longer do I need to include that option in slow/complex features. What a life saver.
Flatten is great, but its a bit annoying that it only exports. Post-flattening workflow is going to require a reimport of the file.
But still, super excited to see flatten get used. Opens up a lot of options that were going to be incredibly difficult with featurescript.
Re: PDF management like Bluebeam Revu
Would linktab work for you?
https://appstore.onshape.com/apps/Utilities/DFE73AMQ42NPMVAEQBQVP56QGLCWJ4ALJUBEBLA=/description
Otherwise you include URLs in comments
Re: Developing an online CAD tool for architecture
Not quite. However Onshape allows you to make custom tools (Features) with their own language (FeatureScript). It doesn't allow you to change the default menu's, but you can have the UI of custom features fit your needs for the tool you are making.
Do you have an example of exactly what you are trying to do? Like insert furniture from a catalog? Or build a basic house with pre-built walls and floors?
For example, here is a custom feature for adding texture to things: https://forum.onshape.com/discussion/16576/texture-new-custom-feature…
And here is one for applying panels to cabinets: https://forum.onshape.com/discussion/15560/pattern-sweep-new-custom-feature…
You could easily have one that does something related to architecture.
Alternatively Onshape has a great API so you could make an app that has any interface you want. This may be better or worse depending on your needs. You could possibly hide Onshape's native UI and show only your app's interface. But this would be quite a bit of work.
Re: Query filter help for vertices?
Vertices themselves aren't marked as construction, but edges are.
You could take all of the vertices, find all vertex adjacent edges.
And then find all that are construction edges.
And then take all of the vertices adjacent to construction edges,
and subtract from your original query.
Where seed is a query of vertices
and then take this query and subtract it from your original query to remove all the construction vertices. var constructionRemoved = qSubtraction(seed, qAdjacent(qConstructionFilter(qAdjacent(seed, AdjacencyType.VERTEX, EntityType.EDGE), ConstructionObject.YES), AdjacencyType.VERTEX, EntityType.VERTEX));
Remove Part # references when copying a document
Re: finding a way to bypass assembly
Hi, I just tried the Frame tool. It seems promising, but I need to delve deeper into it. My issue becomes more irritating when I create a curved and ascending ramp. I use a lot of Linear, Circular, and Curve patterns, and the assembly does not support the Curve.
Clients often request minor modifications, and the Part Studio handles them very well, but the assembly often breaks. Having to reposition each rail is a bit of a pain.
Thanks for your quick responses, I'll see what I can do whit the Frame tool.
Re: Remove tap drill size from hole callout on drawing
@kate_leipold_rit Absolutely right that a tap hole can't be inspected in the final part, but it could be an in process inspection. What might make more sense is to make the display optional, and possibly make it a reference dimension.

Re: Remove tap drill size from hole callout on drawing
probably needs to be entered as an improvement request
