KiCad PCB EDA Suite
Loading...
Searching...
No Matches
PADS_IO::TRACK Struct Reference

#include <pads_parser.h>

Public Attributes

int layer = 0
 
double width = 0.0
 
std::vector< ARC_POINTpoints
 Track points, may include arc segments.
 

Detailed Description

Definition at line 277 of file pads_parser.h.

Member Data Documentation

◆ layer

int PADS_IO::TRACK::layer = 0

◆ points

std::vector<ARC_POINT> PADS_IO::TRACK::points

Track points, may include arc segments.

Definition at line 281 of file pads_parser.h.

Referenced by BOOST_AUTO_TEST_CASE(), PADS_IO::BINARY_PARSER::parseRouteVertices(), and PADS_IO::PARSER::parseSectionROUTES().

◆ width

double PADS_IO::TRACK::width = 0.0

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