IDFstepper
IDF to STEP converter
|
The placement group area of a board/panel for related components. More...
#include <IdfStructure.hpp>
Public Attributes | |
Owner | owner |
The owner of the region. | |
BoardSide | side |
The board/panel sides to which this keepout applies. | |
std::string | name |
The group's name. | |
std::vector< Loop > | loops |
Loops representing the outline (no cutouts allowed). |
The placement group area of a board/panel for related components.
Definition at line 227 of file IdfStructure.hpp.
std::vector<Loop> idf::PlacementGroupArea::loops |
Loops representing the outline (no cutouts allowed).
Definition at line 237 of file IdfStructure.hpp.
std::string idf::PlacementGroupArea::name |
The group's name.
Definition at line 234 of file IdfStructure.hpp.
The owner of the region.
Definition at line 229 of file IdfStructure.hpp.
The board/panel sides to which this keepout applies.
Definition at line 232 of file IdfStructure.hpp.