IDFstepper
IDF to STEP converter
|
The placement keepout area of a board/panel. More...
#include <IdfStructure.hpp>
Public Attributes | |
Owner | owner |
The owner of the keepout. | |
BoardSide | side |
The board/panel sides to which this keepout applies. | |
double | height |
Keepout height to exclude components. | |
std::vector< Loop > | loops |
Loops representing the outline (no cutouts allowed). |
The placement keepout area of a board/panel.
Definition at line 210 of file IdfStructure.hpp.
Keepout height to exclude components.
Zero excludes all components from the keepout.
Definition at line 218 of file IdfStructure.hpp.
std::vector<Loop> idf::PlacementKeepout::loops |
Loops representing the outline (no cutouts allowed).
Definition at line 221 of file IdfStructure.hpp.
The owner of the keepout.
Definition at line 212 of file IdfStructure.hpp.
The board/panel sides to which this keepout applies.
Definition at line 215 of file IdfStructure.hpp.