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

Electrical or mechanical component. More...

#include <IdfStructure.hpp>

List of all members.

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< Looploops
 Outline of the component.
boost::optional< Propsprops
 User-defined properties.

Detailed Description

Electrical or mechanical component.

Definition at line 384 of file IdfStructure.hpp.


Member Data Documentation

Component height (at 0 mounting offset).

Definition at line 394 of file IdfStructure.hpp.

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.

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.


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