Documentación de la API > Sketches and sections > Object ProSection > Function ProSectionSubsectionStartSet
Function ProSectionSubsectionStartSet
Description
Specifies the vertex in the subsection that will host the start point, and the subsection contour orientation.
Synopsis
#include <ProSection.h>
ProSectionSubsectionStartSet
(
ProSection section
/* (In)
The section.
*/
int start_ent_id
/* (In)
The id of the host entity of the start point.
*/
ProSectionPointType start_ent_pnt_type
/* (In)
The end of the host entity where the start point will be 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.
¿Fue esto útil?