![]() |
convertUNICADO2CPACS
|
class contains length and radius of the main strut More...
#include <cpacsAcftXML.h>
Public Member Functions | |
mainStrut () | |
Constructor of class mainStrut. More... | |
virtual | ~mainStrut () |
Destructor of class mainStrut. More... | |
Public Attributes | |
double | length |
double | radius |
std::string | materialUID |
transformation | trafo |
information | info |
std::vector< positioning > | strutPositionings |
std::vector< segment > | strutSegments |
std::vector< section > | strutSections |
class contains length and radius of the main strut
cpacsAcft::cpacsGear::mainStrut::mainStrut | ( | ) |
Constructor of class mainStrut.
|
virtual |
Destructor of class mainStrut.
information cpacsAcft::cpacsGear::mainStrut::info |
Object of the information class that provides the CPACS wheel infos like uID and description
double cpacsAcft::cpacsGear::mainStrut::length |
Length of the main strut [m]
std::string cpacsAcft::cpacsGear::mainStrut::materialUID |
Material of the main strut
double cpacsAcft::cpacsGear::mainStrut::radius |
(Outer) radius of the main strut [m]
std::vector<positioning> cpacsAcft::cpacsGear::mainStrut::strutPositionings |
Vector which contains objects of the positioning class
std::vector<section> cpacsAcft::cpacsGear::mainStrut::strutSections |
Vector which contains objects of the section class
std::vector<segment> cpacsAcft::cpacsGear::mainStrut::strutSegments |
Vector which contains objects of the segment class
transformation cpacsAcft::cpacsGear::mainStrut::trafo |
Object of the transformation class which provides the CPACS values "scaling" [-], "translation" [m] and "rotation" [deg]