Schematic circle
Represents a graphic circle on a schematic
| 0 | string | The constant 'V' indicating a circle |
| 1 | int32 | X coordinate of the center |
| 2 | int32 | Y coordinate of the center |
| 3 | int32 | Radius of the circle |
| 4 | int32 | Color index |
| 5 | int32 | Width of the perimeter line |
| 6 | int32 | Not used |
| 7 | int32 | The type of dash to use |
| 8 | int32 | The length of the dashes |
| 9 | int32 | The spacing between the dashes |
| 10 | int32 | The fill type to use |
| 11 | int32 | The width of the fill lines |
| 12 | int32 | The angle of the first set of fill lines |
| 13 | int32 | The spacing between the first set of fill lines |
| 14 | int32 | The angle of the second set of fill lines |
| 15 | int32 | The spacing between the second set of fill lines |