IDFstepper
IDF to STEP converter
|
A board/panel outline as a sequence of points connected by straight lines or arcs. More...
#include <IdfStructure.hpp>
Public Attributes | |
Owner | owner |
The owner of the outline. | |
double | thickness |
Thickness of the board/panel in the specified units. | |
std::vector< Loop > | loops |
Loops representing the board's or panel's outline. |
A board/panel outline as a sequence of points connected by straight lines or arcs.
Definition at line 122 of file IdfStructure.hpp.
std::vector<Loop> idf::BoardPanelOutline::loops |
Loops representing the board's or panel's outline.
Definition at line 130 of file IdfStructure.hpp.
The owner of the outline.
Definition at line 124 of file IdfStructure.hpp.
Thickness of the board/panel in the specified units.
Definition at line 127 of file IdfStructure.hpp.