Skip to content

Instantly share code, notes, and snippets.

View mwoodworth's full-sized avatar

Michael Woodworth mwoodworth

View GitHub Profile
@mwoodworth
mwoodworth / Sample_Export.json
Created October 21, 2011 18:05 — forked from zakhomuth/Sample_Export.json
Upverter Open JSON - Samples
{
"component_instances": [
{
"attributes": {
"refdes": "U2"
},
"instance_id": "9848c1ff553f2849",
"library_id": "0877aebec80a5c1a",
"symbol_attributes": [
{
@mwoodworth
mwoodworth / Arc_Snippet.json
Created October 21, 2011 17:54
Upverter Open JSON Shapes
"shapes": [
{
"start_angle": 0.5,
"end_angle": 1.5,
"type": "arc",
"radius": 10,
"x": 10,
"y": -10
}
]
"annotations": [
{
"rotation": 0.0,
"value": "refdes",
"visible": "true",
"x": 350,
"y": 1040
}
]