Along curve command problem

Hi
I have a small problem, I’m trying to make a shape like this:

I’m using extrude curve -> along curve command, and at the end of the curve the shape gets very thin:

begining

end

what am i doing wrong?

Hi,

Extruded along curve keeps the cross-sections parallel. You need to use Sweep1 instead.

Regards
Jeremy

1 Like

Hello

Did you try to use _sweep1 command instead of using _alongCurve command ?

Dan

1 Like

works well, thx!