KiCad PCB EDA Suite
Loading...
Searching...
No Matches
ORCAD_WIRE Struct Reference

The wire ID refers to the page net table. More...

#include <orcad_records.h>

Public Attributes

uint32_t dbId = 0
 
uint32_t id = 0
 
int x1 = 0
 
int y1 = 0
 
int x2 = 0
 
int y2 = 0
 
bool isBus = false
 true for structure type 21
 
int color = 0
 
int lineWidth = 3
 
int lineStyle = 5
 
std::vector< ORCAD_ALIASaliases
 

Detailed Description

The wire ID refers to the page net table.

Definition at line 191 of file orcad_records.h.

Member Data Documentation

◆ aliases

◆ color

int ORCAD_WIRE::color = 0

Definition at line 200 of file orcad_records.h.

Referenced by OrcadReadWire(), and v2Wire().

◆ dbId

◆ id

◆ isBus

◆ lineStyle

int ORCAD_WIRE::lineStyle = 5

Definition at line 202 of file orcad_records.h.

Referenced by OrcadReadWire().

◆ lineWidth

int ORCAD_WIRE::lineWidth = 3

Definition at line 201 of file orcad_records.h.

Referenced by OrcadReadWire().

◆ x1

◆ x2

◆ y1

◆ y2


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