pub fn extract_net_terminal_geometries<LN>(
    chip: &LN,
    top_cell: &LN::CellId
) -> HashMap<LN::NetId, Vec<(Polygon<LN::Coord>, LN::LayerId)>>where
    LN: L2NBase,
    LN::Coord: PrimInt + NumCast,
Expand description

Extract the flattened terminal geometries of all nets in the top_cell.