How can link Curves and cut it!

Hi All!

I am trying to connect the curves that are not intersect, but when I use PolyCurve.ByJoinedCurves the program show me the error “Curve join produced more than one WIRE in PolyCurve” .
Also I want to cut the curves that are intersected by other curves.

If someone have any idea how can i do this, please tell me. :smiley:

Thanks!

Hi Paula,

I suggest you use “PolyCurve.ByJoinedCurves” before translating your geometry. That way you will have one single polycurve.

Doesn’t work, I don’t understand why creates more than one PolyCurve.

I think that is better tell you what I am trying to do.

I will create a solid, I have the coordinate of the points that join it to create the axis of the solid. I know the thickness is 0,24m so I move the polycurve 0.12m in both direction. Then I have the polycurve closed to create the solid using the command solid.byloft.

But if I continue to do all like show you, the problem is that the solid is not uniform.

Hi @paula.segura.h ,
why not create a surface first - by extruding your polycurve for exemple - then thicken it with Surface.Thicken