IDFstepper
IDF to STEP converter
|
An additional outline not related to the entities shape. More...
#include <IdfStructure.hpp>
Public Attributes | |
Owner | owner |
The owner of the outline. | |
std::string | identifier |
The outline identifier, e.g. a part or layer name. | |
double | thickness |
The extrude thickness from the board's/panel's surface. | |
BoardSide | side |
The side on which to extrude the outline. | |
std::vector< Loop > | loops |
Loops representing the area's outline and cutouts. |
An additional outline not related to the entities shape.
Definition at line 136 of file IdfStructure.hpp.
std::string idf::OtherOutline::identifier |
The outline identifier, e.g. a part or layer name.
Definition at line 141 of file IdfStructure.hpp.
std::vector<Loop> idf::OtherOutline::loops |
Loops representing the area's outline and cutouts.
Definition at line 148 of file IdfStructure.hpp.
The owner of the outline.
Definition at line 138 of file IdfStructure.hpp.
The side on which to extrude the outline.
Definition at line 145 of file IdfStructure.hpp.
double idf::OtherOutline::thickness |
The extrude thickness from the board's/panel's surface.
Definition at line 143 of file IdfStructure.hpp.