KiCad PCB EDA Suite
Loading...
Searching...
No Matches
PADS_SCH::WIRE_SEGMENT Struct Reference

Wire segment connecting two endpoints through coordinate vertices. More...

#include <pads_sch_parser.h>

Public Attributes

POINT start
 
POINT end
 
int sheet_number = 1
 
std::string endpoint_a
 
std::string endpoint_b
 
int vertex_count = 0
 
int flags = 0
 
std::vector< POINTvertices
 

Detailed Description

Wire segment connecting two endpoints through coordinate vertices.

Definition at line 335 of file pads_sch_parser.h.

Member Data Documentation

◆ end

◆ endpoint_a

std::string PADS_SCH::WIRE_SEGMENT::endpoint_a

Definition at line 342 of file pads_sch_parser.h.

Referenced by PADS_SCH::PADS_SCH_PARSER::parseSignalDef().

◆ endpoint_b

std::string PADS_SCH::WIRE_SEGMENT::endpoint_b

Definition at line 343 of file pads_sch_parser.h.

Referenced by PADS_SCH::PADS_SCH_PARSER::parseSignalDef().

◆ flags

int PADS_SCH::WIRE_SEGMENT::flags = 0

Definition at line 345 of file pads_sch_parser.h.

Referenced by PADS_SCH::PADS_SCH_PARSER::parseSignalDef().

◆ sheet_number

int PADS_SCH::WIRE_SEGMENT::sheet_number = 1

Definition at line 339 of file pads_sch_parser.h.

◆ start

◆ vertex_count

int PADS_SCH::WIRE_SEGMENT::vertex_count = 0

Definition at line 344 of file pads_sch_parser.h.

Referenced by PADS_SCH::PADS_SCH_PARSER::parseSignalDef().

◆ vertices

std::vector<POINT> PADS_SCH::WIRE_SEGMENT::vertices

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