Category Curve and edge geometry, Object ProCurvedata

Function ProCurvedataTypeGet


Description
Gets the curve type.
Synopsis
#include <ProCurvedata.h>
ProErrorProCurvedataTypeGet(
ProCurvedata* p_curve
/* (In)
The curve data structure
*/
ProEnttype* p_curve_type
/* (Out)
The curve type
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Sample Code References:

  1. pt_examples ( TestAnalysisCurve.c )
  2. pt_examples ( TestGeomdata.c )
  3. pt_examples ( TestGeomdata.c )
  4. pt_examples ( TestGeomdata.c )
  5. pt_examples ( TestGeomdata.c )
  6. pt_examples ( TestDtlentity.c )
  7. pt_examples ( TestDtlentity.c )
  8. pt_examples ( UtilIntfData.c )