KiCad PCB EDA Suite
|
Parameters that define a simple chamfer operation. More...
#include <corner_operations.h>
Public Attributes | |
int | m_chamfer_setback_a |
Chamfer set-back distance along the first line. | |
int | m_chamfer_setback_b |
Chamfer set-back distance along the second line. | |
Parameters that define a simple chamfer operation.
Definition at line 36 of file corner_operations.h.
int CHAMFER_PARAMS::m_chamfer_setback_a |
Chamfer set-back distance along the first line.
Definition at line 39 of file corner_operations.h.
Referenced by ComputeChamferPoints().
int CHAMFER_PARAMS::m_chamfer_setback_b |
Chamfer set-back distance along the second line.
Definition at line 41 of file corner_operations.h.
Referenced by ComputeChamferPoints().