Category View manager, Object ProXsec

Function ProXsecDisplay


Description
Display the specified cross section. Does NOT add the cross section to the associated objects list. The display disappears on the first screen redraw.
Replacement in Object TOOLKIT: pfcXSection::Display
Synopsis
#include <ProXsec.h>
ProErrorProXsecDisplay(
ProXsec* xsec
/* (In)
Cross section handle
*/
)
Returns
PRO_TK_NO_ERRORCross-section successfully displayed.
PRO_TK_BAD_INPUTSInvalid input parameter(s).

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Core: Cross Sections: Extracting Cross-Sectional Geometry
  3. Core: Cross Sections: Extracting Cross-Sectional Geometry

Sample Code References:

  1. pt_examples ( TestXsec.c )
  2. pt_examples ( TestXsec.c )