Documentación de la API > Sketches and sections > Object ProSection > Function ProSectionSubsectionBlendVertexSet
Function ProSectionSubsectionBlendVertexSet
Description
Specifies the vertex in the subsection that will host a blend vertex.
Synopsis
#include <ProSection.h>
ProSectionSubsectionBlendVertexSet
(
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
The function successfully retrieved the information.
Model is in read-only state.
A general error occurred and the function failed.
The input argument is invalid.
¿Fue esto útil?