KiCad PCB EDA Suite
|
The ARC is represented inside a rectangle whose opposite site are given. More...
#include <ltspice_schematic.h>
Public Attributes | |
VECTOR2I | TopLeft |
VECTOR2I | BotRight |
VECTOR2I | ArcStart |
VECTOR2I | ArcEnd |
LINEWIDTH | LineWidth |
LINESTYLE | LineStyle |
The ARC is represented inside a rectangle whose opposite site are given.
To mark the starting and ending of the ARC two points are given on the rectangle
Definition at line 171 of file ltspice_schematic.h.
VECTOR2I LTSPICE_SCHEMATIC::ARC::ArcEnd |
Definition at line 176 of file ltspice_schematic.h.
Referenced by SCH_IO_LTSPICE_PARSER::CreateArc(), LTSPICE_SCHEMATIC::StructureBuilder(), and LTSPICE_SCHEMATIC::SymbolBuilder().
VECTOR2I LTSPICE_SCHEMATIC::ARC::ArcStart |
Definition at line 175 of file ltspice_schematic.h.
Referenced by SCH_IO_LTSPICE_PARSER::CreateArc(), LTSPICE_SCHEMATIC::StructureBuilder(), and LTSPICE_SCHEMATIC::SymbolBuilder().
VECTOR2I LTSPICE_SCHEMATIC::ARC::BotRight |
Definition at line 174 of file ltspice_schematic.h.
Referenced by SCH_IO_LTSPICE_PARSER::CreateArc(), LTSPICE_SCHEMATIC::StructureBuilder(), and LTSPICE_SCHEMATIC::SymbolBuilder().
LINESTYLE LTSPICE_SCHEMATIC::ARC::LineStyle |
Definition at line 178 of file ltspice_schematic.h.
Referenced by SCH_IO_LTSPICE_PARSER::CreateArc(), LTSPICE_SCHEMATIC::StructureBuilder(), and LTSPICE_SCHEMATIC::SymbolBuilder().
LINEWIDTH LTSPICE_SCHEMATIC::ARC::LineWidth |
Definition at line 177 of file ltspice_schematic.h.
Referenced by SCH_IO_LTSPICE_PARSER::CreateArc(), LTSPICE_SCHEMATIC::StructureBuilder(), and LTSPICE_SCHEMATIC::SymbolBuilder().
VECTOR2I LTSPICE_SCHEMATIC::ARC::TopLeft |
Definition at line 173 of file ltspice_schematic.h.
Referenced by SCH_IO_LTSPICE_PARSER::CreateArc(), LTSPICE_SCHEMATIC::StructureBuilder(), and LTSPICE_SCHEMATIC::SymbolBuilder().