API 설명서 > Sketches and sections > Object ProSection > Function ProSectionEntityUseCurveLoop
Function ProSectionEntityUseCurveLoop
Description
Adds loop of entities to the specified section creating them from projections of 3D curve segments (datum curve, IGES, or pipe segments can be selected) . Simulates behavior of Sketcher/Geom Tools/Use Edge/Sel Loop sketcher command.
Synopsis
#include <ProSection.h>
ProSectionEntityUseCurveLoop
(
ProSection section
/* (In)
The section
*/
ProSelection ref_ent
/* (In)
Referenced curve segment belonging to the contour from which the loop of entities should be created
*/
ProIntlist* p_id_list
/* (Out)
The array of identifiers. The function allocates the memory for this argument. Call the function ProArrayFree() to release the memory.
*/
int* p_num_ids
/* (Out)
The size of the p_id_list array.
*/
)
Returns
The function successfully added the entity.
Model is in read-only state.
One or more of the input arguments are invalid.
See Also
Sample Code References
도움이 되셨나요?