Object ProX

Function ProXSectionItemDataGet


Description
Returns Data from xsec item handle.
Synopsis
#include <ProXsec.h>
ProErrorProXSectionItemDataGet(
ProXSectionItem xsec_item
/* (In)
Cross section body specific handle.
*/
ProAsmcomppath* r_path
/* (Out)
path to the component being cut by cross-section.
*/
ProType* r_id_type
/* (Out)
body or quilt type.
*/
int* r_id
/* (Out)
id of the body or the quilt being cut, or the exagerated ply if this is a ply section.
*/
ProGeom* r_geom
/* (Out)
Geometry created by Cross-section by cutting specific body or quilt.
*/
)
Returns
PRO_TK_NO_ERRORData successfully retrieved.
PRO_TK_BAD_INPUTSInvalid input parameter(s).
See Also
ProXSectionItemDataGet, ProXSectionItemsArrFree, ProXSectionItemFree.

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: Overview
  5. Migrating to the Multibody Environment: Impact on Existing APIs

Sample Code References:

  1. pt_userguide ( UgXsecList.c )