API 文件集 > Curve and edge geometry > Object ProCurvedata > Function ProCurvedataTypeGet
Function ProCurvedataTypeGet
Description
Gets the curve type.
Synopsis
#include <ProCurvedata.h>
ProCurvedataTypeGet
(
ProCurvedata* p_curve
/* (In)
The curve data structure
*/
ProEnttype* p_curve_type
/* (Out)
The curve type
*/
)
Returns
The function successfully retrieved the information.
The input argument is invalid.
Sample Code References
這是否有幫助?