|
KiCad PCB EDA Suite
|
Decoded page geometry. More...
#include <diptrace_sch_parser.h>
Public Attributes | |
| bool | found = false |
| True when a page record was located in the binary. | |
| double | widthMM = 0.0 |
| double | heightMM = 0.0 |
Decoded page geometry.
DipTrace stores the sheet centered on the origin, so the importer offsets every absolute placement by half the page to land it on the top-left-origin KiCad page.
Definition at line 203 of file diptrace_sch_parser.h.
| bool DIPTRACE::DCH_PAGE::found = false |
True when a page record was located in the binary.
Definition at line 205 of file diptrace_sch_parser.h.
| double DIPTRACE::DCH_PAGE::heightMM = 0.0 |
Definition at line 207 of file diptrace_sch_parser.h.
| double DIPTRACE::DCH_PAGE::widthMM = 0.0 |
Definition at line 206 of file diptrace_sch_parser.h.