CONFIG LIB 1.5
Configuration Files Library (by TGG 2020)
|
structure that contains data of main airplane objects (wings, fuselage) More...
#include <panukl_struct.h>
Public Attributes | |
std::string | Name |
name of the object (e.g. "main wing") | |
std::string | NameID |
nameID - global object name | |
int | n1 |
the first panel number in the object | |
int | n2 |
the last panel number in the object | |
int | iActive |
a flag - if the object is active mesh is created | |
int | iClosingRib |
closing rib flag - see MS2WingRibType | |
int | ID |
global number of the object (e.g. several subobjects with the same ID make up one gobal object) | |
int | iType |
typw of the object (0 - wing, 1 - fuselage) | |
int | SurfType |
wing surface to create ( see MS2WingSurf : WS_ALL = 0, WS_TOP = 1, WS_BOTTOM = 2 ) | |
int | RibNr |
number of ribs | |
int | DivNo |
number of chord division points | |
int | DivType |
chord division type ( see MS2DivType ) | |
structure that contains data of main airplane objects (wings, fuselage)
Definition at line 42 of file panukl_struct.h.
int MS2_OBJ::DivNo |
number of chord division points
Definition at line 56 of file panukl_struct.h.
int MS2_OBJ::DivType |
chord division type ( see MS2DivType )
Definition at line 57 of file panukl_struct.h.
int MS2_OBJ::iActive |
a flag - if the object is active mesh is created
Definition at line 48 of file panukl_struct.h.
int MS2_OBJ::iClosingRib |
closing rib flag - see MS2WingRibType
Definition at line 49 of file panukl_struct.h.
int MS2_OBJ::ID |
global number of the object (e.g. several subobjects with the same ID make up one gobal object)
Definition at line 51 of file panukl_struct.h.
int MS2_OBJ::iType |
typw of the object (0 - wing, 1 - fuselage)
Definition at line 52 of file panukl_struct.h.
int MS2_OBJ::n1 |
the first panel number in the object
Definition at line 46 of file panukl_struct.h.
int MS2_OBJ::n2 |
the last panel number in the object
Definition at line 47 of file panukl_struct.h.
std::string MS2_OBJ::Name |
name of the object (e.g. "main wing")
Definition at line 44 of file panukl_struct.h.
std::string MS2_OBJ::NameID |
nameID - global object name
Definition at line 45 of file panukl_struct.h.
int MS2_OBJ::RibNr |
number of ribs
Definition at line 55 of file panukl_struct.h.
int MS2_OBJ::SurfType |
wing surface to create ( see MS2WingSurf : WS_ALL = 0, WS_TOP = 1, WS_BOTTOM = 2 )
Definition at line 54 of file panukl_struct.h.