import gdsfactory as gf

gf.gpdk.PDK.activate()

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