Skip to content

Output format

Gordon Zheng edited this page Nov 4, 2016 · 1 revision
{
  "pads": [
    {
      "id": "some-component-name-1",
      "net": "ABC123",
      "type": "circle",
      "center": {
        "x": 3.000,
        "y": 1.233
      },
      "radius": 4.32
    },
    {
      "id": "some-component-name-2",
      "net": "ABC123",
      "type": "rectangle",
      "top-left": {
        "x": 3.000,
        "y": 1.233
      },
      "bottom-right": {
        "x": 6,
        "y": 8
      }
    }
  ]
}
Clone this wiki locally