Category View manager, Object ProXsec

Function ProXsecTypeGet


Description
Return type of the specified cross-section.
Replacement in Object TOOLKIT: pfcXSection::GetXSecType
Synopsis
#include <ProXsec.h>
externProXsecTypeGet(
ProXsec* xsec
/* (In)
Cross section handle
*/
ProXsecType* p_type
/* (Out)
Cross-section type; a structure with 2 fields:
  1. Cutting object type (plane, ply, offset or pattern)
  2. Type of the object being cut (model, quilt, or model_and_quilts)
*/
)
Returns
PRO_TK_NO_ERRORData successfully retrieved.
PRO_TK_BAD_INPUTSInvalid input parameter(s).

Manual References:

  1. Core: Cross Sections: Listing Cross Sections

Sample Code References:

  1. pt_examples ( TestXsec.c )