Documentação da API > Geometry items > Object ProCurve > Function ProCurveLengthT1T2Eval
Function ProCurveLengthT1T2Eval
Description
Finds the length of the specified curve between two given parameters.
Replacement in Object TOOLKIT:
Synopsis
#include <ProCurve.h>
ProCurveLengthT1T2Eval
(
ProCurve p_curve_handle
/* (In)
The curve handle
*/
double t1
/* (In)
The start parameter
*/
double t2
/* (In)
The end parameter
*/
double* r_length
/* (Out)
The curve length
*/
)
Returns
The function successfully evaluated the edge length.
The input argument is invalid.
Sample Code References
User Guide References
Isto foi útil?