IDFstepper
IDF to STEP converter
|
Placement information of a single component. More...
#include <IdfStructure.hpp>
Public Attributes | |
std::string | package |
Name of the component's package. | |
std::string | number |
Component's part number. | |
std::string | refdes |
Reference designator. | |
double | x |
X-coordinate of location. | |
double | y |
Y-coordinate of location. | |
double | offset |
Mounting offset from board surface. | |
double | angle |
Rotation angle in degrees. | |
BoardSide | side |
Mounting side of board, either TOP_SIDE or BOTTOM_SIDE. | |
PlacementStatus | status |
Placement status of component. |
Placement information of a single component.
Definition at line 295 of file IdfStructure.hpp.
Rotation angle in degrees.
Definition at line 310 of file IdfStructure.hpp.
std::string idf::ComponentPlacement::number |
Component's part number.
Definition at line 299 of file IdfStructure.hpp.
Mounting offset from board surface.
Definition at line 308 of file IdfStructure.hpp.
std::string idf::ComponentPlacement::package |
Name of the component's package.
Definition at line 297 of file IdfStructure.hpp.
std::string idf::ComponentPlacement::refdes |
Reference designator.
Definition at line 301 of file IdfStructure.hpp.
Mounting side of board, either TOP_SIDE or BOTTOM_SIDE.
Definition at line 312 of file IdfStructure.hpp.
Placement status of component.
Definition at line 314 of file IdfStructure.hpp.
double idf::ComponentPlacement::x |
X-coordinate of location.
Definition at line 304 of file IdfStructure.hpp.
double idf::ComponentPlacement::y |
Y-coordinate of location.
Definition at line 306 of file IdfStructure.hpp.