KiCad PCB EDA Suite
Loading...
Searching...
No Matches
PADS_SCH::SYMBOL_GRAPHIC Struct Reference

Graphic primitive from CAEDECAL or LINES sections (OPEN, CLOSED, CIRCLE, COPCLS). More...

#include <pads_sch_parser.h>

Public Attributes

GRAPHIC_TYPE type = GRAPHIC_TYPE::LINE
 
double line_width = 0.0
 
bool filled = false
 
int line_style = 255
 
std::vector< GRAPHIC_POINTpoints
 
POINT center
 
double radius = 0.0
 
double start_angle = 0.0
 
double end_angle = 0.0
 

Detailed Description

Graphic primitive from CAEDECAL or LINES sections (OPEN, CLOSED, CIRCLE, COPCLS).

Definition at line 191 of file pads_sch_parser.h.

Member Data Documentation

◆ center

◆ end_angle

double PADS_SCH::SYMBOL_GRAPHIC::end_angle = 0.0

Definition at line 201 of file pads_sch_parser.h.

Referenced by PADS_SCH::PADS_SCH_SYMBOL_BUILDER::createShape().

◆ filled

◆ line_style

◆ line_width

◆ points

◆ radius

◆ start_angle

double PADS_SCH::SYMBOL_GRAPHIC::start_angle = 0.0

Definition at line 200 of file pads_sch_parser.h.

Referenced by PADS_SCH::PADS_SCH_SYMBOL_BUILDER::createShape().

◆ type


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