DATAKIT API  V2025.1
Dtk_feat_hole_series Class Reference

Hole Feature : position, direction, type, diameter, anchorpoint of hole feature. More...

Public Member Functions

 Dtk_feat_hole_series ()
 Constructor of Hole Feature
More...
 
void get_dtk_feat_hole_series_end (Dtk_FeaturePtr &out)
 Gets the hole end. More...
 
void get_dtk_feat_hole_series_middle (Dtk_FeaturePtr &out)
 Gets the hole middle. More...
 
void get_dtk_feat_hole_series_start (Dtk_FeaturePtr &out)
 Gets the hole start. More...
 
 ~Dtk_feat_hole_series ()
 Destructor of a hole feature
More...
 

Data Fields

Dtk_FeaturePtr _End
 
Dtk_FeaturePtr _Middle
 
Dtk_FeaturePtr _Start
 

Detailed Description

Hole Feature : position, direction, type, diameter, anchorpoint of hole feature.

Constructor & Destructor Documentation

◆ Dtk_feat_hole_series()

Dtk_feat_hole_series::Dtk_feat_hole_series ( )

Constructor of Hole Feature

Parameters
[in/out]
[out]Allocatedhole feature
Returns

Remarks

◆ ~Dtk_feat_hole_series()

Dtk_feat_hole_series::~Dtk_feat_hole_series ( )

Destructor of a hole feature

Parameters
[in]Holefeature to destruct
[in/out]
[out]FreeHole Feature
Returns

Remarks

Member Function Documentation

◆ get_dtk_feat_hole_series_end()

void Dtk_feat_hole_series::get_dtk_feat_hole_series_end ( Dtk_FeaturePtr out)

Gets the hole end.

Parameters
[in]HoleSeries feature
[in/out]Hole feature
Remarks
You should test hole type before

◆ get_dtk_feat_hole_series_middle()

void Dtk_feat_hole_series::get_dtk_feat_hole_series_middle ( Dtk_FeaturePtr out)

Gets the hole middle.

Parameters
[in]HoleSeries feature
[in/out]Hole feature
Remarks
You should test hole type before

◆ get_dtk_feat_hole_series_start()

void Dtk_feat_hole_series::get_dtk_feat_hole_series_start ( Dtk_FeaturePtr out)

Gets the hole start.

Parameters
[in]HoleSeries feature
[in/out]Hole feature
Remarks
You should test hole type before

Field Documentation

◆ _End

Dtk_FeaturePtr Dtk_feat_hole_series::_End

◆ _Middle

Dtk_FeaturePtr Dtk_feat_hole_series::_Middle

◆ _Start

Dtk_FeaturePtr Dtk_feat_hole_series::_Start