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

Information about a single PADS layer. More...

#include <pads_layer_mapper.h>

Public Attributes

int padsLayerNum
 PADS layer number.
 
std::string name
 Layer name as it appears in PADS file.
 
PADS_LAYER_TYPE type
 Categorized layer type.
 
bool required
 Whether this layer must be mapped.
 

Detailed Description

Information about a single PADS layer.

Definition at line 59 of file pads_layer_mapper.h.

Member Data Documentation

◆ name

std::string PADS_LAYER_INFO::name

Layer name as it appears in PADS file.

Definition at line 62 of file pads_layer_mapper.h.

◆ padsLayerNum

int PADS_LAYER_INFO::padsLayerNum

PADS layer number.

Definition at line 61 of file pads_layer_mapper.h.

◆ required

bool PADS_LAYER_INFO::required

Whether this layer must be mapped.

Definition at line 64 of file pads_layer_mapper.h.

◆ type

PADS_LAYER_TYPE PADS_LAYER_INFO::type

Categorized layer type.

Definition at line 63 of file pads_layer_mapper.h.


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