KiCad PCB EDA Suite
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
LTSPICE_SCHEMATIC::CIRCLE Struct Reference

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
 

Detailed Description

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.

Member Data Documentation

◆ BotRight

VECTOR2I LTSPICE_SCHEMATIC::CIRCLE::BotRight

Definition at line 154 of file ltspice_schematic.h.

Referenced by SCH_IO_LTSPICE_PARSER::CreateCircle().

◆ LineStyle

LINESTYLE LTSPICE_SCHEMATIC::CIRCLE::LineStyle

Definition at line 156 of file ltspice_schematic.h.

Referenced by SCH_IO_LTSPICE_PARSER::CreateCircle().

◆ LineWidth

LINEWIDTH LTSPICE_SCHEMATIC::CIRCLE::LineWidth

Definition at line 155 of file ltspice_schematic.h.

Referenced by SCH_IO_LTSPICE_PARSER::CreateCircle().

◆ TopLeft

VECTOR2I LTSPICE_SCHEMATIC::CIRCLE::TopLeft

Definition at line 153 of file ltspice_schematic.h.

Referenced by SCH_IO_LTSPICE_PARSER::CreateCircle().


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