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

One dangling end of a wire or a bus wire entry. More...

#include <conn_engine.h>

Public Attributes

KIID_PATH sheet
 
KIID item
 
VECTOR2I position
 
bool busEntry = false
 

Detailed Description

One dangling end of a wire or a bus wire entry.

ERC raises ERCE_UNCONNECTED_WIRE_ENDPOINT.

Definition at line 57 of file conn_engine.h.

Member Data Documentation

◆ busEntry

bool SCH_CONNECTIVITY::WIRE_ENDPOINT::busEntry = false

Definition at line 62 of file conn_engine.h.

◆ item

KIID SCH_CONNECTIVITY::WIRE_ENDPOINT::item

Definition at line 60 of file conn_engine.h.

◆ position

VECTOR2I SCH_CONNECTIVITY::WIRE_ENDPOINT::position

Definition at line 61 of file conn_engine.h.

◆ sheet

KIID_PATH SCH_CONNECTIVITY::WIRE_ENDPOINT::sheet

Definition at line 59 of file conn_engine.h.


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