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: Query Explorer feature
Changes in query.fs since 8th October 2020 (FS 1378):
GeometryType now includes ALL_MESH and MIXED_MESH options.
New functions:
- qAllSolidBodies
- qAllModifiableSolidBodiesNoMesh
- qHasAttribute
- qHasAttributeWithValue
- qHasAttributeWithValueMatching
- qOpHoleProfile
- qOpHoleFace
- qToleranceFilter (marked internal)
- qSourceMesh with EntityType
- qEdgeVertex (for getting the edge vertices at start and end rather than having to filter with a qAdjacent)
- qTangentConnectedFaces with a tangency tolerance
- qInFrontOfPlane
- areQueriesEquivalent
- isQueryEmpty
- qCoincidentFilter (marked internal)
Best way to warn user of something without overriding active info messages?
I've got a feature that is reporting some useful info most of the time using reportFeatureInfo(). There are some cases where I'd like to let the user know something isn't quite right, without totally ending the feature and replacing that message. I'd like to turn the feature red and let the user see a message on mouseover of the feature without replacing the message from reportFeatureInfo(). Any way to do this?
Re: Is it possible to change colors of a callout?
Just select the callout and then go:
Re: Texture (New Custom Feature!)
Thank you for your hard work @MichaelPascoe; this is really useful in the design of the product visualization.
Re: New Custom Feature: Animate
Wow! What a great feature! 👏
Also the kind of thing that makes me feel dumb by the way… 🤪

Re: Remove tap drill size from hole callout on drawing
Yes, @onshape, please remove tap drill size from threaded hole callout on Drawings, or make it something that can be toggled.
Re: Replacing drawing reference through the API
I'm attempting the same thing. The difficulty is that if you duplicate your "template" drawing and transfer it to another document, the reference becomes a version reference…and I'm having trouble updating them.
My workflow is:
- Duplicate template drawing AND part studio tabs
- Update the duplicated drawing references to the duplicated part studio
- Do a "move tab to other document" including the referenced tab (this ensures that when it gets transferred into the destination document it becomes a microversion reference instead of a version reference)
- Update the drawing to your desired final part references (should only require an elementId as before)
- delete the extra part studio tab
Its a lot of steps, but it works….