-
[ANSWERED] Create lobed knob / Sweep along "wavy circle"
Document with all the tries in separate part studios: https://cad.onshape.com/documents/7d92ebfc4d42d67498b44c02/w/c3e079a016e5604e415d2895/e/8d83e605f9727daac7ef5c4f?renderMode=0&uiState=671eb1542b083d3d38a744a6 Any help on this would be greatly appreciated. It is kind of tricky to put into words what I want to create, so…
-
Beginner FeatureScript Help + Circular Pattern
Onshape Document: https://cad.onshape.com/documents/e14506ff4d20585b290e1eb9/w/f810b9cde10509e5ce6e5ed7/e/e9f37d1a61a2dd62e3b9d8fb After being interested in writing FeatureScripts but daunted by the task of learning it with zero coding experience whatsoever, I am knee deep in my first FS that isn't a step by step or hand…
-
Is there a tool for this?
I have been tasked with designing a new tap (faucet) handle and then 3D print a set for the bathroom. At some stage it will need to fit to the internal ceramic cartridge but for the moment the method of producing hole that fits over the arrowed part [1] is eluding me. Is there somewhere a tool that I can use? I have looked…
-
Oval/Polygon Pattern?
I have an oval-like shape (12-sided polygon) that I would love to pattern a feature onto each face. If it was a regular polygon, I could just use circular, but in this case, it is "squashed" so it doesn't apply as easily. I have tried to make equivalent circle sketches between faces and do multiple circular patterns and…
-
Can I have unique names for assemblies and their mates that are created via circular pattern.
Hi, I've got a couple of subassemblies stacked and connected via revolute mates into a "tower". I have no problem duplicating this aggregate assembly using Assembly Circular Pattern, resulting in a few towers. However, I've got the mates uniquely named in tower1 (dof_tower1_a, dof_tower1_b, ...), and would like to be able…
-
How to pattern a revolve remove feature within featurescript?
Hi All, I've been tasked to create a bunch of bolt circle patterns using featurescript and am looking for a way to minimize the number of bolt hole sketches I have to make. My desired workflow: 1. Create a single sketch profile and revolve cut that 2. Then use some circular pattern function to replicate the revolved cut at…
-
Is it possible to turn a replicated part in an assembly into a new part?
I have two parts, a base part representing a chuck and a jaw part. In the assembly I orient the jaw to the chuck and then did a circular replication to get the other two jaw parts oriented correctly. Now, I need to make the two new jaws into separate parts to modify the thread positioning. Is that possible or do I have to…
-
Boolean Operation failed to return a valid part.
Hi all, I'm trying to remove material to make a cool pattern on this conic shape I'm modeling. I have a sketch with a circle pattern, and I'm trying to extrude it all the way through the part, but my extrude feature breaks and gives me "Boolean Operation failed to return a valid part" when I try it. Please see link below…
-
Circular Pattern - Angles Between Parts Irregular
I have drawn a single tooth on a gear wheel and then used the circular pattern tool to replicate it around the gear. I have set the parameters to repeat it 30 times around 30 degrees. For some reason, instead of 12 degrees between each tooth, I am getting 12.069 degrees for 29 teeth and 10 degrees for the final tooth. I…
-
How to sketch a sin wave along a circle like this tool
hello, i need to draw this tool but i have no idea how can i reproduce the inner part of this tool (see picture). any advices would be welcomed. thanks
-
How do I create a honeycomb cutout on cylindrical surface
I'm a bit stumped on how to create something similar to the image below. I can create a hexagon cut and circular pattern this to create the top line, and then I can create a second sketch below the first with the hexagon offset. This seems tedious and can require some messing about to get it right. Is there a better method?
-
create a symbol, sign or pattern
I would like to insert a symbol, sign or pattern (e.g. a flower) on a face of my product. Is there any pre-drawn signs, symbols, pattern which is possible to adopt and where can I find them? BR Karsten
-
Axis needed for circular pattern of a square feature
I would like to create a circular pattern of the square corner (purple) part in an assembly where there is no cylindrical shape and no axis to select. I created a construction line on the grey base part in the part studio so that I would have a line to select as the axis of pattern, but this sketch line does not show up in…
-
I cant get the circular pattern to generate a a pattern of an extrusion.
Attached doc shows the problem.
-
For (var i = .. Sketch and Plane and Circular pattern
How could you create a with a "for (var i = ...." a Sketch in each plane. And how Extrude each Sketch. jhljlñkjñl var sketch2 = newSketch(context, id + "sketch2", { "sketchPlane" : qCreatedBy(makeId("Top"), EntityType.FACE) }); for (var i = 0; i < 5; i += 1) { var miPlane is string = "plane" ~ i; var Circle is string =…