fn convert_geometry<C: CoordinateType + NumCast>(
    dbu_per_micron: u64,
    shape: &Shape
) -> Geometry<C>
Expand description

Convert a LEF shape into a database shape with the correct units.