KiCad PCB EDA Suite
Loading...
Searching...
No Matches
drill_operation.h File Reference
#include <optional>
#include <drill/drill_span.h>
#include <geometry/eda_angle.h>
#include <kiid.h>
#include <layer_ids.h>
#include <math/vector2d.h>
#include <padstack.h>

Go to the source code of this file.

Classes

struct  DRILL_OPERATION_ID
 Globally unique handle for one machining action. More...
 
struct  DRILL_POST_MACHINING
 
struct  DRILL_OPERATION
 One machining action, which is also one NC hit and one tool assignment. More...
 
struct  DRILL_QUERY
 Selects which operations EnumerateDrillOperations() returns. More...
 

Enumerations

enum class  DRILL_OP_KIND { PRIMARY_DRILL , SECONDARY_DRILL , TERTIARY_DRILL }
 Which of the padstack's drill props produced the operation. More...
 

Enumeration Type Documentation

◆ DRILL_OP_KIND

enum class DRILL_OP_KIND
strong

Which of the padstack's drill props produced the operation.

Enumerator
PRIMARY_DRILL 
SECONDARY_DRILL 
TERTIARY_DRILL 

Definition at line 38 of file drill_operation.h.