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.
How to replicate sketch/extrusion across faces of extrusions from circular pattern?
Hi there,
in the document below I am designing a cable cover for ceiling cables. The cover will clamp to the inside of the ceiling cable hole with three pins. To get the tension for the clamping I want to add some small extrusion to the pins inserted into the hole. The pins themselves are extruded from a circular pattern on the top plane. The question now is, how do I replicate the sketch/extrusion across the faces of the pin extrusions?
Thank you for your help!
Cheers,
Tim
Document link:
Answers
It appears as though you solved your problem. Is this true?
Honestly, not really. I got impatient and just manually added sketches 4 & 5. That does not seem like a good approach, since if I would change the circular pattern repetitions on sketch 1 it would break I assume.
What I wanted to achieve is to basically duplicate sketch 2 onto the faces of the extrusions from the circular pattern in sketch 1. So that if I change sketch 2 it would automatically propagate to those faces.
Use an actual circular pattern feature (instead of drawing each pin)!
@eric_pesty thanks for responding. I do not quite follow what you mean. My best guess is that you are trying to tell me to not draw the pins in the base sketch (1), using the sketch circular pattern tool.
Instead:
Is this a correct assumption? At least, that is what I came up with after thinking about it more. That still gives me a potential issue that if I adjust the instance count in the circular pattern additional parts will not be part of the boolean.
Hi Tim,
this is already an improvement.
Just use the 'add' tab in the circular pattern. no need for an additional boolean feature.
else use @GregBrown's featurescript called Auto-boolean.
In this case though, if you still want to add fillets etc, you shouldn't have to do that to every snap.
So the optimal approach would be to only draw one piece of the pie and pattern it at the end:
create a variable "n" with the number of snaps you want.
the first main shape could be made with a revolve. (symmetric, revolve angle=360/n)
in this case (with no revolve) you could intersect extrude a pie shape with 360/n angle.
add the snap hook. fillet and finish it as you wish.
then circular pattern the whole part using n as the instance count.