DATAKIT API  V2025.1
Dtk_feat_split_surf Class Reference

Generic Split Surface. More...

Public Member Functions

 Dtk_feat_split_surf ()
 
int get_side (Bool *)
 Returns the side indicating the portion of the body to be kept. More...
 
int get_split_element (Dtk_feat_geometry **)
 Returns the splitting surface element of the feature
More...
 
 ~Dtk_feat_split_surf ()
 

Data Fields

Bool side
 
Dtk_feat_geometry * splitting_element
 

Detailed Description

Generic Split Surface.

Constructor & Destructor Documentation

◆ Dtk_feat_split_surf()

Dtk_feat_split_surf::Dtk_feat_split_surf ( )

◆ ~Dtk_feat_split_surf()

Dtk_feat_split_surf::~Dtk_feat_split_surf ( )

Member Function Documentation

◆ get_side()

int Dtk_feat_split_surf::get_side ( Bool )

Returns the side indicating the portion of the body to be kept.

Parameters
[in]SplitSurface Feature
[in/out]
[out]Bool
Returns
NOTOK if error, ISOK if ok
Remarks

◆ get_split_element()

int Dtk_feat_split_surf::get_split_element ( Dtk_feat_geometry **  )

Returns the splitting surface element of the feature

Parameters
[in]SplitSurface Feature
[in/out]
[out]Dtk_feat_geometry*
Returns
NOTOK if error, ISOK if ok
Remarks

Field Documentation

◆ side

Bool Dtk_feat_split_surf::side

◆ splitting_element

Dtk_feat_geometry* Dtk_feat_split_surf::splitting_element