Move a line in a circle

Hi everybody!

Does anyone know how to move a line through an axis in a circle?

Move the original line via a vector then intersect it with the circle and redraw your line based on the intersection points.

2 Likes

otherwise, to avoid drawing lines between points,
create a surface from your circle

see Attachment

3 Likes

Thanks for the help! @Akli.baliche @Nick_Boyts

I solved the problem like this:

cerchio-linea

Line%20in%20a%20circle