![]() |
convertUNICADO2CPACS
|
Class that represents the CPACS Transformation Block, that is used for all components such as wing, fuselage, etc. More...
#include <cpacsAcftXML.h>
Public Member Functions | |
transformation () | |
Constructor of class transformation. More... | |
virtual | ~transformation () |
Destructor of class transformation. More... | |
Public Attributes | |
Vec3 | scaling |
Vec3 | rotation |
Vec3 | translation |
std::string | refType |
Class that represents the CPACS Transformation Block, that is used for all components such as wing, fuselage, etc.
cpacsAcft::transformation::transformation | ( | ) |
Constructor of class transformation.
|
virtual |
Destructor of class transformation.
std::string cpacsAcft::transformation::refType |
reference coordinate system ("absGlobal" or "absLocal")
Vec3 cpacsAcft::transformation::rotation |
Rotation of the CPACS element (x,y,z coordinates) [deg]
Vec3 cpacsAcft::transformation::scaling |
Scaling factors of the CPACS element (x,y,z coordinates) [-]
Vec3 cpacsAcft::transformation::translation |
Translatory movement of the CPACS element (x,y,z coordinates) [m]