Shell Feature : a shell feature is defined with a list of faces corresponding to its opening and two offset values. More...
Public Member Functions | |
Dtk_feat_shell () | |
Constructor of Shell Feature More... | |
int | get_inside_thickness (double *) |
Get the inner thickness value of the feature Shell. More... | |
int | get_nb_removed_faces (int *) |
Get the number of removed faces of the feature Shell. More... | |
int | get_nb_skins (int *) |
Get the number of skins of the feature Shell. More... | |
int | get_outside_thickness (double *) |
Get the outside thickness value of the feature Shell. More... | |
int | get_removed_faces (Dtk_feat_shell_face ***) |
Get the removed faces of the feature Shell. More... | |
int | get_skins (Dtk_feat_shell_face ***) |
Get the skins of the feature Shell. More... | |
~Dtk_feat_shell () | |
Destructor of a shell feature. More... | |
Data Fields | |
double | default_inside_thickness |
double | default_outside_thickness |
int | nb_removed_faces |
int | nb_skins |
Dtk_feat_shell_face ** | removed_faces |
Dtk_feat_shell_face ** | skins |
Shell Feature : a shell feature is defined with a list of faces corresponding to its opening and two offset values.
Dtk_feat_shell::Dtk_feat_shell | ( | ) |
Constructor of Shell Feature
[in/out] | ||
[out] | Allocated | shell feature |
Dtk_feat_shell::~Dtk_feat_shell | ( | ) |
Destructor of a shell feature.
[in] | shell | feature to destruct |
[in/out] | ||
[out] | <br> |
int Dtk_feat_shell::get_inside_thickness | ( | double * | ) |
Get the inner thickness value of the feature Shell.
[in] | Thickness | feature |
[in/out] | ||
[out] | double |
int Dtk_feat_shell::get_nb_removed_faces | ( | int * | ) |
Get the number of removed faces of the feature Shell.
[in] | Thickness | feature |
[in/out] | ||
[out] | int |
int Dtk_feat_shell::get_nb_skins | ( | int * | ) |
Get the number of skins of the feature Shell.
[in] | Thickness | feature |
[in/out] | ||
[out] | int |
int Dtk_feat_shell::get_outside_thickness | ( | double * | ) |
Get the outside thickness value of the feature Shell.
[in] | Thickness | feature |
[in/out] | ||
[out] | double |
int Dtk_feat_shell::get_removed_faces | ( | Dtk_feat_shell_face *** | ) |
Get the removed faces of the feature Shell.
[in] | Thickness | feature |
[in/out] | ||
[out] | Dtk_feat_shell_face |
int Dtk_feat_shell::get_skins | ( | Dtk_feat_shell_face *** | ) |
Get the skins of the feature Shell.
[in] | Thickness | feature |
[in/out] | ||
[out] | Dtk_feat_shell_face |
double Dtk_feat_shell::default_inside_thickness |
double Dtk_feat_shell::default_outside_thickness |
int Dtk_feat_shell::nb_removed_faces |
int Dtk_feat_shell::nb_skins |
Dtk_feat_shell_face** Dtk_feat_shell::removed_faces |
Dtk_feat_shell_face** Dtk_feat_shell::skins |