Go to the source code of this file.
|
enum class | DIM_UNITS_FORMAT { NO_SUFFIX
, BARE_SUFFIX
, PAREN_SUFFIX
} |
| How to display the units in a dimension's text. More...
|
|
enum class | DIM_PRECISION {
X = 0
, X_X
, X_XX
, X_XXX
,
X_XXXX
, X_XXXXX
, V_VV
, V_VVV
,
V_VVVV
, V_VVVVV
} |
|
enum class | DIM_TEXT_POSITION { OUTSIDE
, INLINE
, MANUAL
} |
| Where to place the text on a dimension. More...
|
|
enum class | DIM_UNITS_MODE { INCHES
, MILS
, MILLIMETRES
, AUTOMATIC
} |
| Used for storing the units selection in the file because EDA_UNITS alone doesn't cut it. More...
|
|
enum class | DIM_TEXT_BORDER { NONE
, RECTANGLE
, CIRCLE
, ROUNDRECT
} |
| Frame to show around dimension text. More...
|
|
◆ DIM_PRECISION
Enumerator |
---|
X | |
X_X | |
X_XX | |
X_XXX | |
X_XXXX | |
X_XXXXX | |
V_VV | |
V_VVV | |
V_VVVV | |
V_VVVVV | |
Definition at line 46 of file pcb_dimension.h.
◆ DIM_TEXT_BORDER
Frame to show around dimension text.
Enumerator |
---|
NONE | |
RECTANGLE | |
CIRCLE | |
ROUNDRECT | |
Definition at line 82 of file pcb_dimension.h.
83{
88};
Represent basic circle geometry with utility geometry functions.
◆ 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 61 of file pcb_dimension.h.
62{
66};
@ OUTSIDE
Text appears outside the dimension line (default)
@ MANUAL
Text placement is manually set by the user.
@ INLINE
Text appears in line with the dimension line.
◆ 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 71 of file pcb_dimension.h.