LibrePCB Developers Documentation
BoardPlaneFragmentsBuilder::JobData Struct Reference
+ Collaboration diagram for BoardPlaneFragmentsBuilder::JobData:

Public Attributes

QList< const Layer * > layers
 
QList< PlaneDataplanes
 
QList< KeepoutZoneDatakeepoutZones
 
QList< PolygonDatapolygons
 
QList< ViaDatavias
 
QList< PadDatapads
 
QList< std::tuple< Transform, PositiveLength, NonEmptyPath > > holes
 
QList< TraceDatatraces
 
std::shared_ptr< ClipperLib::Paths > boardArea
 

Member Data Documentation

◆ layers

QList<const Layer*> layers

◆ planes

QList<PlaneData> planes

◆ keepoutZones

QList<KeepoutZoneData> keepoutZones

◆ polygons

QList<PolygonData> polygons

◆ vias

QList<ViaData> vias

◆ pads

QList<PadData> pads

◆ holes

QList<std::tuple<Transform, PositiveLength, NonEmptyPath> > holes

◆ traces

QList<TraceData> traces

◆ boardArea

std::shared_ptr<ClipperLib::Paths> boardArea

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