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.
Why isn't a custom (user inputed) pitch value not allowed for "tapped" hole features?
StephenG
Member Posts: 370 ✭✭✭
I recently had a need to model a M12 x 1mm threaded hole to accomodate an off the shelf component.
The only pitch values available to me are those in a limited selection list. Why can't I override the pitch value?
Two additional comments:
Even something as simple as applying a texture map, or a color difference from the base part for threaded holes would be very helpful.
(Please do not suggest the use of the Thread FeatureScript to model the thread geometry. That is not a practical solution.)
The only pitch values available to me are those in a limited selection list. Why can't I override the pitch value?
Two additional comments:
- The "Tapped" for hole type term really should be "Threaded". Tapped implies a specific manufacturing process to produce threads; there are other equally valid means to create a threaded hole.
- When using the Hole feature to create a threaded hole there is no visual indication that the hole is threaded. The lack of a visual indication makes it more difficult to understand important aspects of the part design by simple visual means.
Even something as simple as applying a texture map, or a color difference from the base part for threaded holes would be very helpful.
(Please do not suggest the use of the Thread FeatureScript to model the thread geometry. That is not a practical solution.)
7
Answers
I'm also struggling with this. It seems like the fine metric threads are missing.
If you need a helix which is always attached to the part, you can try my feature script:
https://forum.onshape.com/discussion/10835/new-featurescript-cosmetic-threads
make sure to add your votes to these Improvement requests
https://forum.onshape.com/discussion/8745/cosmetic-thread-in-onshape-then-easily-distinguish-between-different-hole-in-3d
https://forum.onshape.com/discussion/6857/external-cosmetic-thread
I had an idea! You can browse the featureScript source of Onshape and find two featureScripts you will need:
hole: https://cad.onshape.com/documents/12312312345abcabcabcdeff/w/a855e4161c814f2e9ab3698a/e/75b72139bd104b1bbf74528e
holetables: https://cad.onshape.com/documents/12312312345abcabcabcdeff/w/a855e4161c814f2e9ab3698a/e/7404cb4ca6ff18ada8fce168
Start a new document and create two featureScripts. Copy and paste the text.
In your custom holetable script you can add new tapped threads or dimensions:
In your custom hole script you have to link to your custom holetable by using import:
I just tested it and it works
This is not ideal, it is only a workaround.