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

Schematic fill style. More...

#include <xornstorage.h>

Public Attributes

int type
 Type of fill. More...
 
double width
 Width of fill lines in mils. More...
 
int angle0
 First angle of fill in degrees. More...
 
double pitch0
 First pitch/spacing of fill in mils. More...
 
int angle1
 Second angle of fill in degrees. More...
 
double pitch1
 Second pitch/spacing of fill in mils. More...
 

Detailed Description

Schematic fill style.

This data structure describes the fill style of the following objects:

If the filltype is 0 (FILLING HOLLOW), then all the fill parameters should take on a value of -1. The fill type FILLING FILL is a solid color fill. If the fill type is FILLING MESH, the two pairs of pitch and spacing control the fill or hatch. If the fill type is FILLING HATCH, only the first pair of pitch and spacing are used.

Definition at line 168 of file xornstorage.h.

Member Data Documentation

xornsch_fill_attr::angle0

First angle of fill in degrees.

Definition at line 171 of file xornstorage.h.

xornsch_fill_attr::angle1

Second angle of fill in degrees.

Definition at line 173 of file xornstorage.h.

xornsch_fill_attr::pitch0

First pitch/spacing of fill in mils.

Definition at line 172 of file xornstorage.h.

xornsch_fill_attr::pitch1

Second pitch/spacing of fill in mils.

Definition at line 174 of file xornstorage.h.

xornsch_fill_attr::type

Type of fill.

The fill type parameter is an enumerated type:

FILLING HOLLOW = 0
FILLING FILL = 1
FILLING MESH = 2
FILLING HATCH = 3
FILLING VOID = 4 unused
filltype.svg

Definition at line 169 of file xornstorage.h.

xornsch_fill_attr::width

Width of fill lines in mils.

Definition at line 170 of file xornstorage.h.


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