Category Sketches and sections, Object ProSection

Function ProSectionSubsectionStartGet


Description
Returns the vertex in the subsection that hosts the start point, and the subsection contour orientation.
Synopsis
#include <ProSection.h>
ProErrorProSectionSubsectionStartGet(
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
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_GENERAL_ERRORA general error occurred and the function failed.
PRO_TK_BAD_INPUTSThe input argument is invalid.