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.
Texture FeatureScript revisited
jacek_zagaja
Member Posts: 47 ✭✭
This feature is based on rows and collumns so I'm trying to add many small V shaped slits but it's very slow. Any advice?
https://cad.onshape.com/documents/94912631e39359b4bede5cf5/w/77fc2511297d4cf96ca00617/e/635eb165e17cb86adb308603?renderMode=0&uiState=63bff5159344207bbcd397c7
https://cad.onshape.com/documents/94912631e39359b4bede5cf5/w/77fc2511297d4cf96ca00617/e/635eb165e17cb86adb308603?renderMode=0&uiState=63bff5159344207bbcd397c7
0
Comments
Hi @jacek_zagaja
Texture works by patterning many copies of solid bodies. In this case, you need to revolve a texture. Currently, this isn't built into the Texture custom feature. Fortunately, this is a cylindrically based part so we can do this with Onshapes native features by the following steps:
- Sketch one of the V profiles at the start of the curve.
- Curve pattern the sketch feature along the curve. Make sure it is set to feature pattern.
- Revolve remove all of the patterned sketch faces from the main part.
https://cad.onshape.com/documents/72dfb677015720a6a8be07c5/w/c928ac5b49dacb437fef0f4b/e/b600709c479a4dac26aef9c2?renderMode=0&uiState=63c032348c95152072eb4f0aLearn more about the Gospel of Christ ( Here )
CADSharp - We make custom features and integrated Onshape apps! Learn How to FeatureScript Here 🔴
Hm, this is probably one of those fail safes so that the system doesn't crash. Try breaking it up into segments. If you split the main path up, you could pattern it one segment at a time. This will get around that fail safe.
Learn more about the Gospel of Christ ( Here )
CADSharp - We make custom features and integrated Onshape apps! Learn How to FeatureScript Here 🔴
If its too slow with one revolve, try breaking it up into 6 revolves. 500 entities per revolve. Out of curiosity, why do you need this many grooves? Is it for a render?
Learn more about the Gospel of Christ ( Here )
CADSharp - We make custom features and integrated Onshape apps! Learn How to FeatureScript Here 🔴
It may not have been what you were going for, but nice print! You could probably tweak your print settings to spiral instead of stopping in the middle of the face.
Learn more about the Gospel of Christ ( Here )
CADSharp - We make custom features and integrated Onshape apps! Learn How to FeatureScript Here 🔴