IDFstepper
IDF to STEP converter
|
A drilled hole of a board or panel. More...
#include <IdfStructure.hpp>
Public Attributes | |
double | diameter |
The hole diameter in board/panel units. | |
double | x |
X-coordinate of hole. | |
double | y |
Y-coordinate of hole. | |
PlatingStyle | style |
Plating style of the board. | |
std::string | associatedPart |
The associated part of the hole. | |
std::string | type |
The type of the hole. | |
Owner | owner |
The owner of the hole. |
A drilled hole of a board or panel.
Definition at line 243 of file IdfStructure.hpp.
std::string idf::DrilledHole::associatedPart |
The associated part of the hole.
Definition at line 253 of file IdfStructure.hpp.
double idf::DrilledHole::diameter |
The hole diameter in board/panel units.
Definition at line 245 of file IdfStructure.hpp.
The owner of the hole.
Definition at line 257 of file IdfStructure.hpp.
Plating style of the board.
Definition at line 251 of file IdfStructure.hpp.
std::string idf::DrilledHole::type |
The type of the hole.
Definition at line 255 of file IdfStructure.hpp.
double idf::DrilledHole::x |
X-coordinate of hole.
Definition at line 247 of file IdfStructure.hpp.
double idf::DrilledHole::y |
Y-coordinate of hole.
Definition at line 249 of file IdfStructure.hpp.