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

A polyline that may contain arc segments. More...

#include <pads_parser.h>

Public Attributes

int layer
 
double width
 
bool closed
 True if polyline forms a closed shape.
 
std::vector< ARC_POINTpoints
 Polyline vertices, may include arcs.
 

Detailed Description

A polyline that may contain arc segments.

Used for board outlines and complex graphics that can include arc corners.

Definition at line 549 of file pads_parser.h.

Member Data Documentation

◆ closed

bool PADS_IO::POLYLINE::closed

◆ layer

◆ points

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

◆ width


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