KiCad PCB EDA Suite
Loading...
Searching...
No Matches
CHAMFER_PARAMS Struct Reference

Parameters that define a simple chamfer operation. More...

#include <chamfer.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.
 

Detailed Description

Parameters that define a simple chamfer operation.

Definition at line 36 of file chamfer.h.

Member Data Documentation

◆ m_chamfer_setback_a

int CHAMFER_PARAMS::m_chamfer_setback_a

Chamfer set-back distance along the first line.

Definition at line 39 of file chamfer.h.

Referenced by ComputeChamferPoints().

◆ m_chamfer_setback_b

int CHAMFER_PARAMS::m_chamfer_setback_b

Chamfer set-back distance along the second line.

Definition at line 41 of file chamfer.h.

Referenced by ComputeChamferPoints().


The documentation for this struct was generated from the following file: