Category Sketches and sections, Object ProSection

Function ProSectionEntityIdsGet


Description
Returns an array of valid section entity identifiers.
Replacement in Object TOOLKIT: wfcSection::ListSectionEntities
wfcSection::GetEntityIds
Synopsis
#include <ProSection.h>
ProErrorProSectionEntityIdsGet(
ProSection section
/* (In)
The section.
*/
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
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.
See Also
ProArrayFree

Manual References:

  1. Element Trees: Sketched Features: Reference Entities and Use Edge

Sample Code References:

  1. pt_examples ( TestAnalysisSrfCurve.c )
  2. pt_examples ( SketchFeatureCreate.c )
  3. pt_examples ( UtilSect.c )
  4. pt_examples ( UtilSect.c )
  5. pt_examples ( UtilSect.c )
  6. pt_examples ( UtilSect.c )
  7. pt_examples ( UtilSect.c )
  8. pt_examples ( UtilSect.c )
  9. pt_userguide ( Ug3DSectSplineDim.c )
  10. pt_userguide ( Ug3DSectSplineDim.c )
  11. pt_userguide ( Ug3DSection.c )
  12. pt_userguide ( UgSweepCreate.c )