Next: , Previous: , Up: Object types   [Contents][Index]


12.4.6 arc

Valid in: Schematic and Symbol files

type x y radius startangle sweepangle color width capstyle dashstyle dashlength dashspace
Pos.FieldType/unitDescription
#typecharA
1xint/milsCenter X coordinate
2yint/milsCenter Y coordinate
3radiusint/milsRadius of the arc
4startangleint/degreesStarting angle of the arc
5sweepangleint/degreesAmount the arc sweeps
6colorintColor index
7widthint/milsWidth of circle line
8capstyleintCap style
9dashstyleintType of dash style
10dashlengthint/milsLength of dash
11dashspaceint/milsSpace inbetween dashes

Example:

A 30600 75000 2000 0 45 3 0 0 3 75 50

An arc with the center at (30600, 75000) and a radius of 2000 mils, a starting angle of 0, sweeping 45 degrees, color index 3, line width of 0 mils (smallest size), no cap, center line type, dash length of 75 mils, dash spacing of 50 mils.


Next: text and attributes, Previous: circle, Up: Object types   [Contents][Index]