| 
    KiCad PCB EDA Suite
    
   | 
 
The CIRCLE is represented in Ltpsice inside a rectangle whose two opposite points and line style are given. More...
#include <ltspice_schematic.h>
Public Attributes | |
| VECTOR2I | TopLeft | 
| VECTOR2I | BotRight | 
| LINEWIDTH | LineWidth | 
| LINESTYLE | LineStyle | 
The CIRCLE is represented in Ltpsice inside a rectangle whose two opposite points and line style are given.
Definition at line 152 of file ltspice_schematic.h.
| VECTOR2I LTSPICE_SCHEMATIC::CIRCLE::BotRight | 
Definition at line 155 of file ltspice_schematic.h.
Referenced by SCH_IO_LTSPICE_PARSER::CreateCircle(), SCH_IO_LTSPICE_PARSER::CreateCircle(), and SCH_IO_LTSPICE_PARSER::CreateCircle().
| LINESTYLE LTSPICE_SCHEMATIC::CIRCLE::LineStyle | 
Definition at line 157 of file ltspice_schematic.h.
Referenced by SCH_IO_LTSPICE_PARSER::CreateCircle(), SCH_IO_LTSPICE_PARSER::CreateCircle(), and SCH_IO_LTSPICE_PARSER::CreateCircle().
| LINEWIDTH LTSPICE_SCHEMATIC::CIRCLE::LineWidth | 
Definition at line 156 of file ltspice_schematic.h.
Referenced by SCH_IO_LTSPICE_PARSER::CreateCircle(), SCH_IO_LTSPICE_PARSER::CreateCircle(), and SCH_IO_LTSPICE_PARSER::CreateCircle().
| VECTOR2I LTSPICE_SCHEMATIC::CIRCLE::TopLeft | 
Definition at line 154 of file ltspice_schematic.h.
Referenced by SCH_IO_LTSPICE_PARSER::CreateCircle(), SCH_IO_LTSPICE_PARSER::CreateCircle(), and SCH_IO_LTSPICE_PARSER::CreateCircle().