#include <CTiglStandardizer.h>
◆ GetTotalTransformations()
◆ SetTotalTransformations()
◆ StandardizeAircraft()
static void tigl::CTiglStandardizer::StandardizeAircraft |
( |
CCPACSConfiguration & |
config, |
|
|
bool |
useSimpleDecomposition = false |
|
) |
| |
|
static |
Standardize the all the wings and the fuselage of the aircraft.
- Parameters
-
config | |
useSimpleDecomposition | |
◆ StandardizeFuselage()
static void tigl::CTiglStandardizer::StandardizeFuselage |
( |
CCPACSFuselage & |
fuselage, |
|
|
bool |
useSimpleDecomposition = false |
|
) |
| |
|
static |
Standardize the fuselage using the CPACSCreator standard. This mean: 1) The fuselage transformation store the nose position. 2) The translation of sections are set using positionings. 3) Each positioning correspond to a segment, except for the nose section that has a positioning from the fuselage origin (with a length of 0, if the origin of the profile correspond to its center).
- Parameters
-
fuselage | |
useSimpleDecomposition,if | set to true the standardization use only polar decomposition. This mean that the cpacs file is more readable but there can be some simplification that change the global shape of the fuselage. |
◆ StandardizeWing()
static void tigl::CTiglStandardizer::StandardizeWing |
( |
CCPACSWing & |
wing, |
|
|
bool |
useSimpleDecomposition = false |
|
) |
| |
|
static |
Standardize the wing using the CPACSCreator standard. This mean: 1) The wing transformation store the root leading point translation. 2) The translation of sections are set using positionings. 3) Each positioning correspond to a segment, except for the root section that has a positioning from the wing origin (with a length of 0, if the origin of the airfoil correspond to its leading edge).
- Parameters
-
wing | |
useSimpleDecomposition,if | set to true the standardization use only polar decomposition. This mean that the cpacs file is more readable but there can be some simplification that change the global shape of the wing. |
◆ StdandardizePositioningsStructure()
The documentation for this class was generated from the following file: