Xorn
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
Public Attributes | List of all members
xornsch_arc Struct Reference

Schematic arc. More...

#include <xornstorage.h>

Public Attributes

struct xorn_double2d pos
 Center coordinates in mils. More...
 
double radius
 Radius of the arc in mils. More...
 
int startangle
 Starting angle of the arc in degrees. More...
 
int sweepangle
 Amount the arc sweeps in degrees. More...
 
int color
 Color index. More...
 
struct xornsch_line_attr line
 Line style. More...
 

Detailed Description

Schematic arc.

Valid in schematic and symbol files.

Definition at line 177 of file xornstorage.h.

Member Data Documentation

xornsch_arc::color

Color index.

See also
gEDA colors

Definition at line 182 of file xornstorage.h.

xornsch_arc::line

Line style.

Definition at line 183 of file xornstorage.h.

xornsch_arc::pos

Center coordinates in mils.

Definition at line 178 of file xornstorage.h.

xornsch_arc::radius

Radius of the arc in mils.

Definition at line 179 of file xornstorage.h.

xornsch_arc::startangle

Starting angle of the arc in degrees.

The startangle can be negative, but not recommended.

Definition at line 180 of file xornstorage.h.

xornsch_arc::sweepangle

Amount the arc sweeps in degrees.

The sweepangle can be negative, but not recommended.

Definition at line 181 of file xornstorage.h.


The documentation for this struct was generated from the following files: