|
KiCad PCB EDA Suite
|
One stroke of a mark. More...
#include <drill_markers.h>
Public Types | |
| enum | TYPE { SEGMENT , POLYLINE , CIRCLE } |
Public Attributes | |
| TYPE | m_Type = SEGMENT |
| std::vector< VECTOR2I > | m_Points |
| int | m_Radius = 0 |
One stroke of a mark.
The primitive matters, not just the shape. The plotters emit a polygon differently from a run of separate segments, so a mark that used to be a polygon has to stay one.
Definition at line 49 of file drill_markers.h.
| Enumerator | |
|---|---|
| SEGMENT | |
| POLYLINE | |
| CIRCLE | |
Definition at line 51 of file drill_markers.h.
| std::vector<VECTOR2I> DRILL_MARKERS::MARKER_PART::m_Points |
Definition at line 59 of file drill_markers.h.
| int DRILL_MARKERS::MARKER_PART::m_Radius = 0 |
Definition at line 60 of file drill_markers.h.
Referenced by DRILL_MARKERS::BuildMarker().
Definition at line 58 of file drill_markers.h.
Referenced by DRILL_MARKERS::BuildMarker().