Category Sketches and sections, Object ProSection

Function ProSectionSubsectionBlendVertexSet


Description
Specifies the vertex in the subsection that will host a blend vertex.
Synopsis
#include <ProSection.h>
ProErrorProSectionSubsectionBlendVertexSet(
ProSection section
/* (In)
The section.
*/
int host_ent_id
/* (In)
The id of the host entity of the blend vertex.
*/
ProSectionPointType host_ent_pnt_type
/* (In)
The end of the host entity where the blend vertex will be attached.
*/
int* p_vertex_ent_id
/* (Out)
The id of the created blend vertex entity.
*/
)
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.