IDFstepper
IDF to STEP converter
|
The data structure representing an IDF library file. More...
#include <IdfStructure.hpp>
Public Attributes | |
double | idfVersion |
The IDF version number, should be 3.0. | |
std::string | sourceSysId |
The source system identification (can be any string). | |
std::string | date |
The file's date in yyyy/mm/dd.hh:mm:ss format. | |
int | version |
File version number (can be any integer). | |
std::vector< Component > | components |
Electrical and mechanical component definitions. |
The data structure representing an IDF library file.
Definition at line 406 of file IdfStructure.hpp.
std::vector<Component> idf::LibraryStruct::components |
Electrical and mechanical component definitions.
Definition at line 417 of file IdfStructure.hpp.
std::string idf::LibraryStruct::date |
The file's date in yyyy/mm/dd.hh:mm:ss format.
Definition at line 412 of file IdfStructure.hpp.
The IDF version number, should be 3.0.
Definition at line 408 of file IdfStructure.hpp.
std::string idf::LibraryStruct::sourceSysId |
The source system identification (can be any string).
Definition at line 410 of file IdfStructure.hpp.
File version number (can be any integer).
Definition at line 414 of file IdfStructure.hpp.