|
KiCad PCB EDA Suite
|
#include <diptrace_pcb_parser.h>
Public Attributes | |
| int | type = DT_SHAPE_EMPTY |
| Shape type (DT_SHAPE_TYPE) | |
| int | x1 = 0 |
| Start X in normalized units (range ±5000) | |
| int | y1 = 0 |
| Start Y in normalized units. | |
| int | x2 = 0 |
| End X in normalized units. | |
| int | y2 = 0 |
| End Y in normalized units. | |
| int | midX = 0 |
| Arc midpoint X in normalized units. | |
| int | midY = 0 |
| Arc midpoint Y in normalized units. | |
| int | width = 0 |
| Line width in normalized units (-10000 = default) | |
| int | layer = 0 |
| DipTrace layer index. | |
Definition at line 138 of file diptrace_pcb_parser.h.
| int DIPTRACE::DT_FP_SHAPE::layer = 0 |
DipTrace layer index.
Definition at line 148 of file diptrace_pcb_parser.h.
Referenced by DIPTRACE::PCB_PARSER::CreateFootprint(), DIPTRACE::PCB_PARSER::FindShapesInChainedBlocks(), and DIPTRACE::PCB_PARSER::FindShapesInFontBlocks().
| int DIPTRACE::DT_FP_SHAPE::midX = 0 |
Arc midpoint X in normalized units.
Definition at line 145 of file diptrace_pcb_parser.h.
Referenced by DIPTRACE::PCB_PARSER::CreateFootprint(), DIPTRACE::PCB_PARSER::FindShapesInChainedBlocks(), and DIPTRACE::PCB_PARSER::FindShapesInFontBlocks().
| int DIPTRACE::DT_FP_SHAPE::midY = 0 |
Arc midpoint Y in normalized units.
Definition at line 146 of file diptrace_pcb_parser.h.
Referenced by DIPTRACE::PCB_PARSER::CreateFootprint(), DIPTRACE::PCB_PARSER::FindShapesInChainedBlocks(), and DIPTRACE::PCB_PARSER::FindShapesInFontBlocks().
| int DIPTRACE::DT_FP_SHAPE::type = DT_SHAPE_EMPTY |
Shape type (DT_SHAPE_TYPE)
Definition at line 140 of file diptrace_pcb_parser.h.
Referenced by DIPTRACE::PCB_PARSER::CreateFootprint(), DIPTRACE::PCB_PARSER::FindShapesInChainedBlocks(), DIPTRACE::PCB_PARSER::FindShapesInFontBlocks(), and DIPTRACE::PCB_PARSER::FindShapesInRegion().
| int DIPTRACE::DT_FP_SHAPE::width = 0 |
Line width in normalized units (-10000 = default)
Definition at line 147 of file diptrace_pcb_parser.h.
Referenced by DIPTRACE::PCB_PARSER::CreateFootprint(), DIPTRACE::PCB_PARSER::FindShapesInChainedBlocks(), and DIPTRACE::PCB_PARSER::FindShapesInFontBlocks().
| int DIPTRACE::DT_FP_SHAPE::x1 = 0 |
Start X in normalized units (range ±5000)
Definition at line 141 of file diptrace_pcb_parser.h.
Referenced by DIPTRACE::PCB_PARSER::CreateFootprint(), DIPTRACE::PCB_PARSER::FindShapesInChainedBlocks(), and DIPTRACE::PCB_PARSER::FindShapesInFontBlocks().
| int DIPTRACE::DT_FP_SHAPE::x2 = 0 |
End X in normalized units.
Definition at line 143 of file diptrace_pcb_parser.h.
Referenced by DIPTRACE::PCB_PARSER::CreateFootprint(), DIPTRACE::PCB_PARSER::FindShapesInChainedBlocks(), and DIPTRACE::PCB_PARSER::FindShapesInFontBlocks().
| int DIPTRACE::DT_FP_SHAPE::y1 = 0 |
Start Y in normalized units.
Definition at line 142 of file diptrace_pcb_parser.h.
Referenced by DIPTRACE::PCB_PARSER::CreateFootprint(), DIPTRACE::PCB_PARSER::FindShapesInChainedBlocks(), and DIPTRACE::PCB_PARSER::FindShapesInFontBlocks().
| int DIPTRACE::DT_FP_SHAPE::y2 = 0 |
End Y in normalized units.
Definition at line 144 of file diptrace_pcb_parser.h.
Referenced by DIPTRACE::PCB_PARSER::CreateFootprint(), DIPTRACE::PCB_PARSER::FindShapesInChainedBlocks(), and DIPTRACE::PCB_PARSER::FindShapesInFontBlocks().