I get the following error message while creating a 1D-Fillet of a wire in Shaper, which was created by joining an helix and an edge: Wire has no vertices for fillet.
To reproduce the problem, here are the steps in Shaper (using Salome 9.8.0):
0) Create new part
- Create an helix using Interpolation>Curve analytical with:
X(t) = 10cos(t)
Y(t) = 10sin(t)
Z(t) = t
Min t = 0
Max t = 2*pi
Number of steps = 10 - Create a point at position (30, 0, 0)
- Create an edge between the starting point of the helix (10, 0, 0) and the new point at (30, 0, 0)
- Create a wire using the edge and the interpolation curve
- Create a 1D-Fillet of radius 2 using this wire. Make sure to choose the wire in the results, otherwise if you choose Wire_1 in the objects of Part_1, the program crashes (bug).
I want to create a fillet on the vertex between the helix and the edge, which exists, because I created the edge using this vertex. This looks like a bug, but maybe there are other ways to do this. Any ideas?