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

The placed box includes displayed text. More...

#include <orcad_records.h>

Public Attributes

std::string pkgName
 
uint32_t dbId = 0
 
int x = 0
 
int y = 0
 
std::string reference
 
std::string value
 resolved Part Value
 
std::map< std::string, std::string > props
 short-prefix property pairs
 
std::vector< ORCAD_DISPLAY_PROPdisplayProps
 
int color = 0
 
int rotation = 0
 0..3 quarter turns
 
bool mirror = false
 orientation bit 2
 
uint8_t partIndex = 0
 
uint8_t partByte = 0
 
ORCAD_BBOX bbox
 placed box, page DBU
 
std::string sourcePackage
 package base name
 
std::string sourceLibrary
 source library path from the placed-instance header
 
uint16_t unitIndex = 0
 zero-based package device index
 
std::vector< ORCAD_PIN_INSTpins
 successfully parsed T0x10 records
 

Detailed Description

The placed box includes displayed text.

Use the cache definition for body bounds.

Definition at line 222 of file orcad_records.h.

Member Data Documentation

◆ bbox

◆ color

int ORCAD_PLACED_INSTANCE::color = 0

Definition at line 232 of file orcad_records.h.

Referenced by OrcadReadPlacedInstance(), and v2PlacedInstance().

◆ dbId

◆ displayProps

◆ mirror

◆ partByte

uint8_t ORCAD_PLACED_INSTANCE::partByte = 0

Definition at line 236 of file orcad_records.h.

Referenced by OrcadReadPlacedInstance(), and v2PlacedInstance().

◆ partIndex

uint8_t ORCAD_PLACED_INSTANCE::partIndex = 0

Definition at line 235 of file orcad_records.h.

Referenced by OrcadReadPlacedInstance(), and v2PlacedInstance().

◆ pins

◆ pkgName

◆ props

◆ reference

◆ rotation

◆ sourceLibrary

std::string ORCAD_PLACED_INSTANCE::sourceLibrary

◆ sourcePackage

◆ unitIndex

uint16_t ORCAD_PLACED_INSTANCE::unitIndex = 0

◆ value

◆ x

◆ y


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