IDFstepper
IDF to STEP converter
|
The routing outline of a board/panel. More...
#include <IdfStructure.hpp>
Public Attributes | |
Owner | owner |
The owner of the outline. | |
RoutingLayers | layers |
The routing layers on which the outline applies to. | |
std::vector< Loop > | loops |
Loops representing the outline (no cutouts allowed). |
The routing outline of a board/panel.
Definition at line 154 of file IdfStructure.hpp.
The routing layers on which the outline applies to.
Definition at line 159 of file IdfStructure.hpp.
std::vector<Loop> idf::RoutingOutline::loops |
Loops representing the outline (no cutouts allowed).
Definition at line 162 of file IdfStructure.hpp.
The owner of the outline.
Definition at line 156 of file IdfStructure.hpp.