DATAKIT API  V2025.1
Dtk_feat_loft_section Class Reference

Loft Section. More...

Public Member Functions

 Dtk_feat_loft_section ()
 
int get_closing_point (Dtk_feat_geometry **)
 Returns section closing point. More...
 
int get_section_curve (Dtk_feat_geometry **)
 Returns loft section curve. More...
 
 ~Dtk_feat_loft_section ()
 

Data Fields

Dtk_feat_geometry * closingPoint
 
Dtk_feat_geometry * sectionCurve
 

Detailed Description

Loft Section.

Constructor & Destructor Documentation

◆ Dtk_feat_loft_section()

Dtk_feat_loft_section::Dtk_feat_loft_section ( )

◆ ~Dtk_feat_loft_section()

Dtk_feat_loft_section::~Dtk_feat_loft_section ( )

Member Function Documentation

◆ get_closing_point()

int Dtk_feat_loft_section::get_closing_point ( Dtk_feat_geometry **  )

Returns section closing point.

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

◆ get_section_curve()

int Dtk_feat_loft_section::get_section_curve ( Dtk_feat_geometry **  )

Returns loft section curve.

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

Field Documentation

◆ closingPoint

Dtk_feat_geometry* Dtk_feat_loft_section::closingPoint

◆ sectionCurve

Dtk_feat_geometry* Dtk_feat_loft_section::sectionCurve