KiCad PCB EDA Suite
Loading...
Searching...
No Matches
PCAD_SCH::ARC Struct Reference

Center/radius/angles form; triplePointArc is converted at parse time. More...

#include <pcad_sch_parser.h>

Public Attributes

double x = 0
 
double y = 0
 
double radius = 0
 
double startAngle = 0
 
double sweepAngle = 0
 
double width = 10.0
 

Detailed Description

Center/radius/angles form; triplePointArc is converted at parse time.

Definition at line 111 of file pcad_sch_parser.h.

Member Data Documentation

◆ radius

double PCAD_SCH::ARC::radius = 0

◆ startAngle

double PCAD_SCH::ARC::startAngle = 0

◆ sweepAngle

double PCAD_SCH::ARC::sweepAngle = 0

◆ width

double PCAD_SCH::ARC::width = 10.0

◆ x

double PCAD_SCH::ARC::x = 0

◆ y

double PCAD_SCH::ARC::y = 0

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