KiCad PCB EDA Suite
Loading...
Searching...
No Matches
pcb_via_stack.h File Reference
#include <functional>
#include <optional>
#include <set>
#include <geometry/shape_line_chain.h>
#include <pcb_generator.h>

Go to the source code of this file.

Classes

class  PCB_VIA_STACK
 A microvia stack: several single hop microvias, plus connecting traces for staggered stacks, that form one vertical connection and are edited as a unit. More...
 

Enumerations

enum class  VIA_STACK_STYLE : int { STACKED = 0 , STAGGERED = 1 }
 

Enumeration Type Documentation

◆ VIA_STACK_STYLE

enum class VIA_STACK_STYLE : int
strong
Enumerator
STACKED 
STAGGERED 

Definition at line 34 of file pcb_via_stack.h.