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

OrCAD rotates about the bounding box; KiCad rotates about the anchor. More...

#include <orcad_converter.h>

Public Attributes

int angle
 KiCad placement angle in degrees (0/90/180/270, CCW)
 
char mirror
 0 = none, 'x' or 'y' = KiCad mirror axis
 
int8_t txSel
 X offset selector.
 
int8_t tySel
 Y offset selector.
 
int8_t a
 
int8_t b
 
int8_t c
 
int8_t d
 

Detailed Description

OrCAD rotates about the bounding box; KiCad rotates about the anchor.

Offset selectors use 0 for zero, 1 for width, and 2 for height.

Definition at line 96 of file orcad_converter.h.

Member Data Documentation

◆ a

int8_t ORCAD_ORIENT_ENTRY::a

◆ angle

int ORCAD_ORIENT_ENTRY::angle

KiCad placement angle in degrees (0/90/180/270, CCW)

Definition at line 98 of file orcad_converter.h.

Referenced by ORCAD_CONVERTER::placeBitmap().

◆ b

int8_t ORCAD_ORIENT_ENTRY::b

Definition at line 103 of file orcad_converter.h.

Referenced by OrcadTransformPoint(), and ORCAD_CONVERTER::synthesizeSymbol().

◆ c

int8_t ORCAD_ORIENT_ENTRY::c

◆ d

int8_t ORCAD_ORIENT_ENTRY::d

Definition at line 105 of file orcad_converter.h.

Referenced by OrcadTransformPoint(), and ORCAD_CONVERTER::synthesizeSymbol().

◆ mirror

char ORCAD_ORIENT_ENTRY::mirror

0 = none, 'x' or 'y' = KiCad mirror axis

Definition at line 99 of file orcad_converter.h.

Referenced by ORCAD_CONVERTER::placeBitmap().

◆ txSel

int8_t ORCAD_ORIENT_ENTRY::txSel

X offset selector.

Definition at line 100 of file orcad_converter.h.

Referenced by OrcadOrientOffset(), and ORCAD_CONVERTER::synthesizeSymbol().

◆ tySel

int8_t ORCAD_ORIENT_ENTRY::tySel

Y offset selector.

Definition at line 101 of file orcad_converter.h.

Referenced by OrcadOrientOffset(), and ORCAD_CONVERTER::synthesizeSymbol().


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