Category Geometry items, Object ProCurve

Function ProCurveTypeGet


Description
Finds the type of the specified curve.
Synopsis
#include <ProCurve.h>
ProErrorProCurveTypeGet(
ProCurve p_curve
/* (In)
The curve handle
*/
ProEnttype* p_curve_type
/* (Out)
The curve type
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the curve type.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Core: 3D Geometry: Visiting Solid Geometry
  3. Core: 3D Geometry: Geometry of Datum Curves
  4. Core: 3D Geometry: Geometry of Datum Curves

Sample Code References:

  1. pt_examples ( TestGeom.c )
  2. pt_examples ( TestGeom.c )
  3. pt_examples ( TestGeom.c )
  4. pt_examples ( UtilGeom.c )
  5. pt_examples ( TestCollect.c )