| Description |
| Adds loop of entities to the specified section creating them from projections of bounding edges of a solid model surface. Simulates behavior of Sketcher/Geom Tools/Use Edge/Sel Loop sketcher command. |
| Synopsis |
| #include <ProSection.h> |
| ProError | ProSectionEntityUseEdgeLoop | ( |
| ProSection section | |
| /*
(In) |
| The section |
| */ |
| ProSelection ref_geom | |
| /*
(In) |
| Referenced surface from whose contour the loop of entities should be created |
| */ |
| ProSelection ref_edge | |
| /*
(In) |
| Edge belonging to the contour of the surface. |
| */ |
| 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 |
|
|
| See Also |
| ProArrayFree |