KiCad PCB EDA Suite
Loading...
Searching...
No Matches
SCH_CONNECTIVITY::LABEL_WIRE_CONFLICT Struct Reference

A label that sits on the interior of two or more wires. More...

#include <conn_engine.h>

Public Attributes

KIID_PATH sheet
 
KIID label
 
VECTOR2I position
 
std::vector< KIIDwires
 

Detailed Description

A label that sits on the interior of two or more wires.

ERC raises ERCE_LABEL_MULTIPLE_WIRES.

Definition at line 292 of file conn_engine.h.

Member Data Documentation

◆ label

KIID SCH_CONNECTIVITY::LABEL_WIRE_CONFLICT::label

Definition at line 295 of file conn_engine.h.

◆ position

VECTOR2I SCH_CONNECTIVITY::LABEL_WIRE_CONFLICT::position

Definition at line 296 of file conn_engine.h.

◆ sheet

KIID_PATH SCH_CONNECTIVITY::LABEL_WIRE_CONFLICT::sheet

Definition at line 294 of file conn_engine.h.

◆ wires

std::vector<KIID> SCH_CONNECTIVITY::LABEL_WIRE_CONFLICT::wires

Definition at line 297 of file conn_engine.h.


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