Description | |||||||||||
Returns the vertex in the subsection that hosts the start point, and the subsection contour orientation. | |||||||||||
Synopsis | |||||||||||
#include <ProSection.h> | |||||||||||
ProError | ProSectionSubsectionStartGet | ( | |||||||||
ProSection section | |||||||||||
/* (In) | |||||||||||
The section. | |||||||||||
*/ | |||||||||||
int* p_start_ent_id | |||||||||||
/* (Out) | |||||||||||
The id of the host entity of the start point. | |||||||||||
*/ | |||||||||||
ProSectionPointType* p_start_ent_pnt_type | |||||||||||
/* (Out) | |||||||||||
The end of the host entity where the start point is attached (pointing towards the other end). | |||||||||||
*/ | |||||||||||
) | |||||||||||
Returns | |||||||||||
|