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

One wire or bus segment. More...

#include <orcad_records.h>

Public Attributes

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

One wire or bus segment.

Body layout: 4 unknown bytes, u32 id, u32 color, i32 x1, y1, x2, y2, 1 unknown byte, u16 alias count (framed Alias structures), u16 property count (framed, skipped), u32 lineWidth, u32 lineStyle. The id keys the page net table.

Definition at line 231 of file orcad_records.h.

Member Data Documentation

◆ aliases

◆ color

int ORCAD_WIRE::color = 0

Definition at line 239 of file orcad_records.h.

Referenced by OrcadReadWire(), ORCAD_CONVERTER::placeWires(), and v2Wire().

◆ id

uint32_t ORCAD_WIRE::id = 0

Definition at line 233 of file orcad_records.h.

Referenced by ORCAD_CONVERTER::netAt(), OrcadReadWire(), and v2Wire().

◆ isBus

bool ORCAD_WIRE::isBus = false

true for structure type 21

Definition at line 238 of file orcad_records.h.

Referenced by OrcadReadWire(), ORCAD_CONVERTER::placeWires(), and v2Wire().

◆ lineStyle

int ORCAD_WIRE::lineStyle = 5

Definition at line 241 of file orcad_records.h.

Referenced by OrcadReadWire(), and ORCAD_CONVERTER::placeWires().

◆ lineWidth

int ORCAD_WIRE::lineWidth = 3

Definition at line 240 of file orcad_records.h.

Referenced by OrcadReadWire(), and ORCAD_CONVERTER::placeWires().

◆ x1

◆ x2

◆ y1

◆ y2


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