![]() |
convertUNICADO2CPACS
|
Class which contains the rough geometry of the wheel (cylinder) More...
#include <cpacsAcftXML.h>
Public Member Functions | |
wheel () | |
Constructor of class wheel. More... | |
virtual | ~wheel () |
Destructor of class wheel. More... | |
Public Attributes | |
std::string | wheelUID |
double | radius |
double | width |
transformation | trafo |
information | info |
std::vector< positioning > | wheelPositionings |
std::vector< segment > | wheelSegments |
std::vector< section > | wheelSections |
Class which contains the rough geometry of the wheel (cylinder)
cpacsAcft::cpacsGear::wheel::wheel | ( | ) |
Constructor of class wheel.
|
virtual |
Destructor of class wheel.
information cpacsAcft::cpacsGear::wheel::info |
Object of the information class that provides the CPACS wheel infos like uID and description
double cpacsAcft::cpacsGear::wheel::radius |
Radius of the wheel [m]
transformation cpacsAcft::cpacsGear::wheel::trafo |
Object of the transformation class which provides the CPACS values "scaling" [-], "translation" [m] and "rotation" [deg]
std::vector<positioning> cpacsAcft::cpacsGear::wheel::wheelPositionings |
Vector which contains objects of the positioning class
std::vector<section> cpacsAcft::cpacsGear::wheel::wheelSections |
Vector which contains objects of the section class
std::vector<segment> cpacsAcft::cpacsGear::wheel::wheelSegments |
Vector which contains objects of the segment class
std::string cpacsAcft::cpacsGear::wheel::wheelUID |
uID of the wheel element in the cpacs file
double cpacsAcft::cpacsGear::wheel::width |
Width of the wheel [m]