Category
Geometry items
, Object
ProCurve
Function ProCurveTypeGet
Description
Finds the type of the specified curve.
Synopsis
#include <
ProCurve.h
>
ProError
ProCurveTypeGet
(
ProCurve
p_curve
/* (In)
The curve handle
*/
ProEnttype
*
p_curve_type
/* (Out)
The curve type
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully retrieved the curve type.
PRO_TK_BAD_INPUTS
The input argument is invalid.
Manual References:
Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
Core: 3D Geometry: Visiting Solid Geometry
Core: 3D Geometry: Geometry of Datum Curves
Core: 3D Geometry: Geometry of Datum Curves
Sample Code References:
pt_examples ( TestGeom.c )
pt_examples ( TestGeom.c )
pt_examples ( TestGeom.c )
pt_examples ( UtilGeom.c )
pt_examples ( TestCollect.c )