![]() |
convertUNICADO2CPACS
|
Class that represents the generalized CPACS Positionings Block, that is used for all components such as wing, fuselage, etc. More...
#include <cpacsAcftXML.h>
Public Member Functions | |
positioning () | |
Constructor of class positioning. More... | |
virtual | ~positioning () |
Destructor of class positioning. More... | |
Public Attributes | |
std::string | uID |
std::string | name |
double | length |
double | sweepAngle |
double | dihedralAngle |
std::string | fromSectionUID |
std::string | toSectionUID |
Class that represents the generalized CPACS Positionings Block, that is used for all components such as wing, fuselage, etc.
cpacsAcft::positioning::positioning | ( | ) |
Constructor of class positioning.
|
virtual |
Destructor of class positioning.
double cpacsAcft::positioning::dihedralAngle |
Dihedral angle of the wing [deg]
std::string cpacsAcft::positioning::fromSectionUID |
CPACS uID of the inner section of wing
double cpacsAcft::positioning::length |
Distance between inner and outer section (length of the positioning vector) [m]
std::string cpacsAcft::positioning::name |
Name of the CPACS Element
double cpacsAcft::positioning::sweepAngle |
Sweep angle of the wing [deg]
std::string cpacsAcft::positioning::toSectionUID |
CPACS uID of the outer section of wing
std::string cpacsAcft::positioning::uID |
uID of the CPACS Element