Can anyone help?
I’m trying to apply fillets to the 2 edges of an extruded circle to make a shape that resembles a coin with soft edges.
I created a circle from circle component, created a surface and then extruded it.
I then used the fillet edge component and defined my blend, metric and connected the extrusion to shape, and set my edges using the front and back edges of the extrusion (set multiple integers 0 and 2 values) and set my radii to 1.
The Component goes red and gives the message, 'You may not specify more radii than edge indices ?
Well, an extrusion of a circle has only two edges.
seems to tell you that you have selected more than the two existing edges to fillet or more than two position to put the radii. you probably have only indices 0 and 1 for the edge list, but set from 0 and/ to 2.
but that’s just a guess, it’s easier to help you when you provide your code or at least the important snippet.
I’ve resolved the issue, it seems moving the extrusion part into place on my model and then applying a radius to the edges caused the problem.
So the extrude component straight into the fillet edge component works, but not from some other components such as the move component.