IDFstepper
IDF to STEP converter
|
Electrical or mechanical component. More...
#include <IdfStructure.hpp>
Public Attributes | |
ComponentType | type |
Type of the component (electrical or mechanical). | |
std::string | name |
Geometry name. | |
std::string | number |
Part number. | |
Unit | units |
Units. | |
double | height |
Component height (at 0 mounting offset). | |
std::vector< Loop > | loops |
Outline of the component. | |
boost::optional< Props > | props |
User-defined properties. |
Electrical or mechanical component.
Definition at line 384 of file IdfStructure.hpp.
double idf::Component::height |
Component height (at 0 mounting offset).
Definition at line 394 of file IdfStructure.hpp.
std::vector<Loop> idf::Component::loops |
Outline of the component.
Definition at line 397 of file IdfStructure.hpp.
std::string idf::Component::name |
Geometry name.
Definition at line 388 of file IdfStructure.hpp.
std::string idf::Component::number |
Part number.
Definition at line 390 of file IdfStructure.hpp.
boost::optional<Props> idf::Component::props |
User-defined properties.
Definition at line 400 of file IdfStructure.hpp.
Type of the component (electrical or mechanical).
Definition at line 386 of file IdfStructure.hpp.
Units.
Definition at line 392 of file IdfStructure.hpp.