Category View manager, Object ProXsec

Function ProXsecExcludeCompGet


DEPRECATED: Since Creo 7
SUPERSEDED BY: ProXSectionExcludeCompGet
Description
Return pathes to xsec exclude/include components.

NOTE: This function is deprecated. Please use ProXSectionExcludeCompGet instead.

Replacement in Object TOOLKIT: wfcWXSection::GetComponents
Synopsis
#include <ProXsec.h>
ProErrorProXsecExcludeCompGet(
ProXsec* xsec
/* (In)
ProXsec handle.
*/
ProXsecExcludeModels* p_model_opt
/* (Out)
option for exclude/include:
*/
ProAsmpath** p_comp_id_tabs
/* (Out)
ProArray of ProAsmpath for components. Free it using ProAsmpathProarrayFree.
*/
)
Returns
PRO_TK_NO_ERRORData successfully retrieved.
PRO_TK_BAD_INPUTSInvalid input parameter(s).

Manual References:

  1. Core: Cross Sections: Extracting Cross-Sectional Geometry
  2. Core: Cross Sections: Extracting Cross-Sectional Geometry
  3. Technical Summary of Changes for Creo 11.0.0.0: Functions superseded from Creo 1.0 to Creo 11.0
  4. Migrating to the Multibody Environment: Impact on Existing APIs