Generic Feature Stiffener. More...
Public Member Functions | |
Dtk_feat_stiffener () | |
Constructor of Stiffener Feature More... | |
int | get_isNeutralFiber (Bool *) |
Gets the neutral fiber boolean option of the stiffener feature More... | |
int | get_isReverseDepth (Bool *) |
Gets the Depth reverse direction boolean of the stiffener feature More... | |
int | get_isReverseThickness (Bool *) |
Gets the Thickness reverse direction boolean of the stiffener feature More... | |
int | get_mode (STIFFENER_MODE *) |
Gets the mode of the stiffener feature More... | |
int | get_profile (Dtk_feat_geometry **) |
Gets the profile of the stiffener feature More... | |
int | get_thick1 (double *) |
Gets the first thickness of the stiffener feature More... | |
int | get_thick2 (double *) |
Gets the second thickness of the stiffener feature More... | |
~Dtk_feat_stiffener () | |
Destructor of a Stiffener feature. More... | |
Data Fields | |
Bool | isNeutralFiber |
Bool | isReverseDepth |
Bool | isReverseThickness |
STIFFENER_MODE | mode |
Dtk_feat_geometry * | profile |
double | thick1 |
double | thick2 |
Generic Feature Stiffener.
Dtk_feat_stiffener::Dtk_feat_stiffener | ( | ) |
Constructor of Stiffener Feature
[in] | <br> | |
[in/out] | ||
[out] | Allocated | stiffener feature |
Dtk_feat_stiffener::~Dtk_feat_stiffener | ( | ) |
Destructor of a Stiffener feature.
[in] | Stiffener | feature to destruct |
[in/out] | ||
[out] | <br> |
int Dtk_feat_stiffener::get_isNeutralFiber | ( | Bool * | ) |
Gets the neutral fiber boolean option of the stiffener feature
[in] | Stiffener | feature |
[in/out] | ||
[out] | Bool |
int Dtk_feat_stiffener::get_isReverseDepth | ( | Bool * | ) |
Gets the Depth reverse direction boolean of the stiffener feature
[in] | Stiffener | feature |
[in/out] | ||
[out] | Bool |
int Dtk_feat_stiffener::get_isReverseThickness | ( | Bool * | ) |
Gets the Thickness reverse direction boolean of the stiffener feature
[in] | Stiffener | feature |
[in/out] | ||
[out] | Bool |
int Dtk_feat_stiffener::get_mode | ( | STIFFENER_MODE * | ) |
Gets the mode of the stiffener feature
[in] | Stiffener | feature |
[in/out] | ||
[out] | STIFFENER_MODE |
int Dtk_feat_stiffener::get_profile | ( | Dtk_feat_geometry ** | ) |
Gets the profile of the stiffener feature
[in] | Stiffener | feature |
[in/out] | ||
[out] | Dtk_feat_geometry |
int Dtk_feat_stiffener::get_thick1 | ( | double * | ) |
Gets the first thickness of the stiffener feature
[in] | Stiffener | feature |
[in/out] | ||
[out] | double |
int Dtk_feat_stiffener::get_thick2 | ( | double * | ) |
Gets the second thickness of the stiffener feature
[in] | Stiffener | feature |
[in/out] | ||
[out] | double |
Bool Dtk_feat_stiffener::isNeutralFiber |
Bool Dtk_feat_stiffener::isReverseDepth |
Bool Dtk_feat_stiffener::isReverseThickness |
STIFFENER_MODE Dtk_feat_stiffener::mode |
Dtk_feat_geometry* Dtk_feat_stiffener::profile |
double Dtk_feat_stiffener::thick1 |
double Dtk_feat_stiffener::thick2 |