DATAKIT API  V2025.1
Dtk_feat_shell_face Class Reference

Face to remove. More...

Public Member Functions

 Dtk_feat_shell_face ()
 Constructor of Shell Face Feature
More...
 
int get_face (Dtk_feat_geometry **)
 Get the face geometry of the feature Shell Face. More...
 
int get_inside_thickness (double *)
 Get the inside thickness of the feature Shell Face. More...
 
int get_outside_thickness (double *)
 Get the outside thickness of the feature Shell Face. More...
 
 ~Dtk_feat_shell_face ()
 Destructor of a shell face feature. More...
 

Data Fields

Dtk_feat_geometry * face
 
double inside_thickness
 
double outside_thickness
 

Detailed Description

Face to remove.

Constructor & Destructor Documentation

◆ Dtk_feat_shell_face()

Dtk_feat_shell_face::Dtk_feat_shell_face ( )

Constructor of Shell Face Feature

Parameters
[in/out]
[out]Allocatedshell face feature
Returns

Remarks

◆ ~Dtk_feat_shell_face()

Dtk_feat_shell_face::~Dtk_feat_shell_face ( )

Destructor of a shell face feature.

Parameters
[in]ShellFace feature to destruct
[in/out]
[out]<br>
Returns
Free Shell Face Feature
Remarks

Member Function Documentation

◆ get_face()

int Dtk_feat_shell_face::get_face ( Dtk_feat_geometry **  )

Get the face geometry of the feature Shell Face.

Parameters
[in]Shellface feature
[in/out]
[out]Dtk_feat_geometry
Returns
face geometry of Shell Feature
Remarks

◆ get_inside_thickness()

int Dtk_feat_shell_face::get_inside_thickness ( double *  )

Get the inside thickness of the feature Shell Face.

Parameters
[in]Shellface feature
[in/out]
[out]double
Returns
Inside Thickness of Shell Feature
Remarks

◆ get_outside_thickness()

int Dtk_feat_shell_face::get_outside_thickness ( double *  )

Get the outside thickness of the feature Shell Face.

Parameters
[in]Shellface feature
[in/out]
[out]double
Returns
Outside Thickness of Shell Feature
Remarks

Field Documentation

◆ face

Dtk_feat_geometry* Dtk_feat_shell_face::face

◆ inside_thickness

double Dtk_feat_shell_face::inside_thickness

◆ outside_thickness

double Dtk_feat_shell_face::outside_thickness