IDFstepper
IDF to STEP converter
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
Public Attributes
idf::LibraryStruct Struct Reference

The data structure representing an IDF library file. More...

#include <IdfStructure.hpp>

List of all members.

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< Componentcomponents
 Electrical and mechanical component definitions.

Detailed Description

The data structure representing an IDF library file.

Definition at line 406 of file IdfStructure.hpp.


Member Data Documentation

Electrical and mechanical component definitions.

Definition at line 417 of file IdfStructure.hpp.

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.

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.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines