convertUNICADO2CPACS
cpacsAcft::positioning Class Reference

Class that represents the generalized CPACS Positionings Block, that is used for all components such as wing, fuselage, etc. More...

#include <cpacsAcftXML.h>

Collaboration diagram for cpacsAcft::positioning:
Collaboration graph

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
 

Detailed Description

Class that represents the generalized CPACS Positionings Block, that is used for all components such as wing, fuselage, etc.

Constructor & Destructor Documentation

◆ positioning()

cpacsAcft::positioning::positioning ( )

Constructor of class positioning.

◆ ~positioning()

cpacsAcft::positioning::~positioning ( )
virtual

Destructor of class positioning.

Member Data Documentation

◆ dihedralAngle

double cpacsAcft::positioning::dihedralAngle

Dihedral angle of the wing [deg]

◆ fromSectionUID

std::string cpacsAcft::positioning::fromSectionUID

CPACS uID of the inner section of wing

◆ length

double cpacsAcft::positioning::length

Distance between inner and outer section (length of the positioning vector) [m]

◆ name

std::string cpacsAcft::positioning::name

Name of the CPACS Element

◆ sweepAngle

double cpacsAcft::positioning::sweepAngle

Sweep angle of the wing [deg]

◆ toSectionUID

std::string cpacsAcft::positioning::toSectionUID

CPACS uID of the outer section of wing

◆ uID

std::string cpacsAcft::positioning::uID

uID of the CPACS Element


The documentation for this class was generated from the following files: