Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
Adding cosmetic threads to a shaft or hole in a model did not give expected results. I would have expected a surface texture map or some feature easily seen. Is there a way to display these threads?
Sorry, no. Not in Creo.
much appreciated, thank you!
Take your model into a drawing view and you will see the cosmetic threads as dashed lines or what ever you set them to for display.
I'm guessing @S550Stang was looking for a graphical representation of the threads without necessarily having to create the geometry. Other CAD packages already do this, as shown in the picture below from Inventor. Creo unfortunately does not, and will not in the foreseeable future.
yup yup.... would be nice.
There are several product ideas around this that you can vote for and were acknowledged by PTC in 2018:
You could do your own thing via a mapkey, a bit like I recently explained here: https://community.ptc.com/t5/Part-Modeling/Calculating-surface-are-of-a-threaded-hole/m-p/700790/highlight/true#M35041
Instead of searching for a quilt, make a query that searches for surface by feature, type = has thread, AND by surface, type = cylindrical. I haven't found a way to only find solid surfaces, so this will color the quilt as well, but that probably doesn't matter. Then apply a specific appearance on it. You could even get real fancy and make multiple queries that filter on thread diameter and/or pitch, applying different appearances to each.
Of course, it wouldn't be automatic, and you'd have to press the mapkey every time you add new holes to update.
HI Petterson,
i've seen your answer regarding to "paint the tread part of an hol" with a mapkey.
I've started to use creo just few weeks ago and' i understood your suggestion but i have no idea on how to do it or where to search the infomartion / manual to learn that. I 'll really appreciate your help.
Another idea could be to add this property in the .hol file that generates the holes but also this i've no idea on how to do that.
Thanks a lot!
Hi.
As far as I know, there's no way to set an appearance in the .hol file, but I haven't really worked with those, so I can't say for sure. As for the solution I suggested with a mapkey, here's basically what you do:
You now have a mapkey that will color all solid cylindrical surfaces of a threaded feature. It will have some limitations, though. It won't work for Cosmetic Threads, only for threaded holes made with the Hole feature. And it will need to be run again if you add new holes to the part.
You may need some more information when it comes to making appearances or saving your mapkeys. Here's a link to more info about how appearances work: https://support.ptc.com/help/creo/creo_pma/r9.0/usascii/index.html#page/fundamentals/fundamentals/About_Material_Appearance.html#
Here's a link to read more about Mapkeys: https://support.ptc.com/help/creo/creo_pma/r9.0/usascii/index.html#page/fundamentals/fundamentals/About_Mapkeys.html