Go to the source code of this file.
|
enum | DIM_UNITS_FORMAT { DIM_UNITS_FORMAT::NO_SUFFIX,
DIM_UNITS_FORMAT::BARE_SUFFIX,
DIM_UNITS_FORMAT::PAREN_SUFFIX
} |
| How to display the units in a dimension's text. More...
|
|
enum | DIM_TEXT_POSITION { DIM_TEXT_POSITION::OUTSIDE,
DIM_TEXT_POSITION::INLINE,
DIM_TEXT_POSITION::MANUAL
} |
| Where to place the text on a dimension. More...
|
|
enum | DIM_UNITS_MODE { DIM_UNITS_MODE::INCHES,
DIM_UNITS_MODE::MILS,
DIM_UNITS_MODE::MILLIMETRES,
DIM_UNITS_MODE::AUTOMATIC
} |
| Used for storing the units selection in the file because EDA_UNITS alone doesn't cut it. More...
|
|
enum | DIM_TEXT_FRAME { DIM_TEXT_FRAME::NONE,
DIM_TEXT_FRAME::RECTANGLE,
DIM_TEXT_FRAME::CIRCLE,
DIM_TEXT_FRAME::ROUNDRECT
} |
| Frame to show around dimension text. More...
|
|
◆ DIM_TEXT_FRAME
Frame to show around dimension text.
Enumerator |
---|
NONE | |
RECTANGLE | |
CIRCLE | |
ROUNDRECT | |
Definition at line 68 of file pcb_dimension.h.
◆ DIM_TEXT_POSITION
Where to place the text on a dimension.
Enumerator |
---|
OUTSIDE | Text appears outside the dimension line (default)
|
INLINE | Text appears in line with the dimension line.
|
MANUAL | Text placement is manually set by the user.
|
Definition at line 47 of file pcb_dimension.h.
Text appears outside the dimension line (default)
Text appears in line with the dimension line.
Text placement is manually set by the user.
◆ DIM_UNITS_FORMAT
How to display the units in a dimension's text.
Enumerator |
---|
NO_SUFFIX | |
BARE_SUFFIX | |
PAREN_SUFFIX | |
Definition at line 39 of file pcb_dimension.h.
◆ DIM_UNITS_MODE
Used for storing the units selection in the file because EDA_UNITS alone doesn't cut it.
Enumerator |
---|
INCHES | |
MILS | |
MILLIMETRES | |
AUTOMATIC | |
Definition at line 57 of file pcb_dimension.h.