|
KiCad PCB EDA Suite
|
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 |
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.
| int8_t ORCAD_ORIENT_ENTRY::a |
Definition at line 102 of file orcad_converter.h.
Referenced by OrcadTransformPoint(), ORCAD_CONVERTER::placedPinElectricalPosition(), and ORCAD_CONVERTER::synthesizeSymbol().
| 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().
| int8_t ORCAD_ORIENT_ENTRY::b |
Definition at line 103 of file orcad_converter.h.
Referenced by OrcadTransformPoint(), and ORCAD_CONVERTER::synthesizeSymbol().
| int8_t ORCAD_ORIENT_ENTRY::c |
Definition at line 104 of file orcad_converter.h.
Referenced by OrcadTransformPoint(), ORCAD_CONVERTER::placedPinElectricalPosition(), and ORCAD_CONVERTER::synthesizeSymbol().
| int8_t ORCAD_ORIENT_ENTRY::d |
Definition at line 105 of file orcad_converter.h.
Referenced by OrcadTransformPoint(), and ORCAD_CONVERTER::synthesizeSymbol().
| 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().
| 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().
| 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().