import gdsfactory as gf

gf.gpdk.PDK.activate()

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