IDFstepper
IDF to STEP converter
|
The routing keepout area. More...
#include <IdfStructure.hpp>
Public Attributes | |
Owner | owner |
The owner of the keepout. | |
RoutingLayers | layers |
The routing layers on which the outline applies to. | |
std::vector< Loop > | loops |
Loops representing the outline (no cutouts allowed). |
The routing keepout area.
Definition at line 185 of file IdfStructure.hpp.
The routing layers on which the outline applies to.
Definition at line 190 of file IdfStructure.hpp.
std::vector<Loop> idf::RoutingKeepout::loops |
Loops representing the outline (no cutouts allowed).
Definition at line 193 of file IdfStructure.hpp.
The owner of the keepout.
Definition at line 187 of file IdfStructure.hpp.