API 설명서 > Sketches and sections > Object ProSection > Function ProSectionSubsectionStartGet
Function ProSectionSubsectionStartGet
Description
Returns the vertex in the subsection that hosts the start point, and the subsection contour orientation.
Synopsis
#include <ProSection.h>
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
The function successfully retrieved the information.
A general error occurred and the function failed.
The input argument is invalid.
도움이 되셨나요?