API 설명서 > Geometry items > Object ProCurve > Function ProCurveLengthEval
Function ProCurveLengthEval
Description
Finds the length of the specified curve.
Replacement in Object TOOLKIT:
Synopsis
#include <ProCurve.h>
ProCurveLengthEval
(
ProCurve p_curve
/* (In)
The curve handle
*/
double* p_length
/* (Out)
The length of the curve
*/
)
Returns
The function successfully evaluated the curve.
The input argument is invalid.
Sample Code References
User Guide References
도움이 되셨나요?