KiCad PCB EDA Suite
Loading...
Searching...
No Matches
DIPTRACE::DCH_PAGE Struct Reference

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
 

Detailed Description

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.

Member Data Documentation

◆ found

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.

◆ heightMM

double DIPTRACE::DCH_PAGE::heightMM = 0.0

Definition at line 207 of file diptrace_sch_parser.h.

◆ widthMM

double DIPTRACE::DCH_PAGE::widthMM = 0.0

Definition at line 206 of file diptrace_sch_parser.h.


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