import gdsfactory as gf

gf.gpdk.PDK.activate()

c = gf.components.cutback_bend(component='bend_euler', straight='straight', straight_length=5, rows=6, cols=5).copy()
c.draw_ports()
c.plot()