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 151 of file ltspice_schematic.h.
VECTOR2I LTSPICE_SCHEMATIC::CIRCLE::BotRight |
Definition at line 154 of file ltspice_schematic.h.
Referenced by SCH_IO_LTSPICE_PARSER::CreateCircle(), LTSPICE_SCHEMATIC::StructureBuilder(), and LTSPICE_SCHEMATIC::SymbolBuilder().
LINESTYLE LTSPICE_SCHEMATIC::CIRCLE::LineStyle |
Definition at line 156 of file ltspice_schematic.h.
Referenced by SCH_IO_LTSPICE_PARSER::CreateCircle(), LTSPICE_SCHEMATIC::StructureBuilder(), and LTSPICE_SCHEMATIC::SymbolBuilder().
LINEWIDTH LTSPICE_SCHEMATIC::CIRCLE::LineWidth |
Definition at line 155 of file ltspice_schematic.h.
Referenced by SCH_IO_LTSPICE_PARSER::CreateCircle(), LTSPICE_SCHEMATIC::StructureBuilder(), and LTSPICE_SCHEMATIC::SymbolBuilder().
VECTOR2I LTSPICE_SCHEMATIC::CIRCLE::TopLeft |
Definition at line 153 of file ltspice_schematic.h.
Referenced by SCH_IO_LTSPICE_PARSER::CreateCircle(), LTSPICE_SCHEMATIC::StructureBuilder(), and LTSPICE_SCHEMATIC::SymbolBuilder().