LibrePCB Developers Documentation
EagleTypeConverter::Geometry Struct Reference

Intermediate geometry type used for converting polygon-like EAGLE elements. More...

#include <eagletypeconverter.h>

+ Collaboration diagram for EagleTypeConverter::Geometry:

Public Attributes

int layerId
 
UnsignedLength lineWidth
 
bool filled
 
bool grabArea
 
Path path
 
tl::optional< std::pair< Point, PositiveLength > > circle
 

Detailed Description

Intermediate geometry type used for converting polygon-like EAGLE elements.

Member Data Documentation

◆ layerId

int layerId

◆ lineWidth

UnsignedLength lineWidth

◆ filled

bool filled

◆ grabArea

bool grabArea

◆ path

Path path

◆ circle

tl::optional<std::pair<Point, PositiveLength> > circle

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