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 316 of file pads_sch_parser.h.

Member Data Documentation

◆ end

◆ endpoint_a

◆ endpoint_b

◆ flags

int PADS_SCH::WIRE_SEGMENT::flags = 0

Definition at line 325 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 320 of file pads_sch_parser.h.

◆ start

◆ vertex_count

int PADS_SCH::WIRE_SEGMENT::vertex_count = 0

Definition at line 324 of file pads_sch_parser.h.

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

◆ vertices


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