API 文档
>
Geometry items
>
Object ProCurve
> Function ProCurveLengthEval
Function ProCurveLengthEval
Description
Finds the length of the specified curve.
Replacement in Object TOOLKIT:
pfcGeomCurve::EvalLength
Synopsis
#include <
ProCurve.h
>
ProError
ProCurveLengthEval
(
ProCurve
p_curve
/* (In)
The curve handle
*/
double* p_length
/* (Out)
The length of the curve
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully evaluated the curve.
PRO_TK_BAD_INPUTS
The input argument is invalid.
Sample Code References
pt_examples ( TestDispObject.c )
pt_examples ( UtilGeom.c )
User Guide References
Measurement:ProCurveLengthEval
这对您有帮助吗?
此站点在 JavaScript 启用时工作最佳