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: New FS: Extract Flat - creates solid body of a Sheet Metal Flat
@joshtargo cool feature! It did jog my memory though and there's already a custom feature doing this. Keep it up though. I've been loving seeing your new features coming through. Cool stuff.
As for setting the name to match another part I don't believe it's possible since the name is a part property and the part properties are calculated after feature regeneration when the model rebuilds so they don't exist for your feature code to access.
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.