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

The placement outline of a board/panel. More...

#include <IdfStructure.hpp>

List of all members.

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

Detailed Description

The placement outline of a board/panel.

Definition at line 168 of file IdfStructure.hpp.


Member Data Documentation

Maximum allowable height for components mounted here.

Zero mean no restriction.

Definition at line 176 of file IdfStructure.hpp.

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.


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