CONFIG LIB 1.5
Configuration Files Library (by TGG 2020)
Loading...
Searching...
No Matches
MS2_FusCurve Struct Reference

fuselage outline curve More...

#include <ms2data_struct.h>

Public Attributes

int Type
 curve type ( see MS2FusCvrType )
 
MS2_SuperEllipse Ellipse
 data used when Type is ELLIPSE
 
MS2_FusAirfoil Airfoil
 data used when Type is AIRFOIL
 
double Factor
 data used when Type is CONSTANT
 

Detailed Description

fuselage outline curve

Definition at line 335 of file ms2data_struct.h.

Member Data Documentation

◆ Airfoil

MS2_FusAirfoil MS2_FusCurve::Airfoil

◆ Ellipse

MS2_SuperEllipse MS2_FusCurve::Ellipse

data used when Type is ELLIPSE

Definition at line 338 of file ms2data_struct.h.

Referenced by MS2_Data::ClearFusCurve(), MS2_Data::ReadFusFromParams(), MS2_Data::SetFusCurveDefs(), and MS2_Data::WriteFuselage().

◆ Factor

double MS2_FusCurve::Factor

data used when Type is CONSTANT

Definition at line 340 of file ms2data_struct.h.

Referenced by MS2_Data::ClearFusCurve(), MS2_Data::ReadFusFromParams(), MS2_Data::SetFusCurveDefs(), and MS2_Data::WriteFuselage().

◆ Type

int MS2_FusCurve::Type

curve type ( see MS2FusCvrType )

Definition at line 337 of file ms2data_struct.h.

Referenced by MS2_Data::ClearFusCurve(), MS2_Data::ReadFusFromParams(), MS2_Data::SetFusCurveDefs(), and MS2_Data::WriteFuselage().


The documentation for this struct was generated from the following file: