IDFstepper
IDF to STEP converter
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
Public Attributes
idf::PlacementKeepout Struct Reference

The placement keepout area of a board/panel. More...

#include <IdfStructure.hpp>

List of all members.

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< Looploops
 Loops representing the outline (no cutouts allowed).

Detailed Description

The placement keepout area of a board/panel.

Definition at line 210 of file IdfStructure.hpp.


Member Data Documentation

Keepout height to exclude components.

Zero excludes all components from the keepout.

Definition at line 218 of file IdfStructure.hpp.

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.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines