Category
Curve and edge geometry
, Object
ProCurvedata
Function ProCurvedataTypeGet
Description
Gets the curve type.
Synopsis
#include <
ProCurvedata.h
>
ProError
ProCurvedataTypeGet
(
ProCurvedata
*
p_curve
/* (In)
The curve data structure
*/
ProEnttype
*
p_curve_type
/* (Out)
The curve type
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully retrieved the information.
PRO_TK_BAD_INPUTS
The input argument is invalid.
Sample Code References:
pt_examples ( TestAnalysisCurve.c )
pt_examples ( TestGeomdata.c )
pt_examples ( TestGeomdata.c )
pt_examples ( TestGeomdata.c )
pt_examples ( TestGeomdata.c )
pt_examples ( TestDtlentity.c )
pt_examples ( TestDtlentity.c )
pt_examples ( UtilIntfData.c )