IDFstepper
IDF to STEP converter
|
The placement outline of a board/panel. More...
#include <IdfStructure.hpp>
Public Attributes | |
Owner | owner |
The owner of the outline. | |
BoardSide | side |
The board/panel sides to which this outline applies. | |
double | height |
Maximum allowable height for components mounted here. | |
std::vector< Loop > | loops |
Loops representing the outline (no cutouts allowed). |
The placement outline of a board/panel.
Definition at line 168 of file IdfStructure.hpp.
Maximum allowable height for components mounted here.
Zero mean no restriction.
Definition at line 176 of file IdfStructure.hpp.
std::vector<Loop> idf::PlacementOutline::loops |
Loops representing the outline (no cutouts allowed).
Definition at line 179 of file IdfStructure.hpp.
The owner of the outline.
Definition at line 170 of file IdfStructure.hpp.
The board/panel sides to which this outline applies.
Definition at line 173 of file IdfStructure.hpp.