-
Notifications
You must be signed in to change notification settings - Fork 2
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
}
}
]
}