API ドキュメンテーション > Geometry items > Object ProCurve > Function ProCurveParamByLengthEval
Function ProCurveParamByLengthEval
Description
Finds the parameter of the point located at the given length from the given parameter.
Replacement in Object TOOLKIT:
Synopsis
#include <ProCurve.h>
ProCurveParamByLengthEval
(
ProCurve p_curve_handle
/* (In)
The curve handle
*/
double t_start
/* (In)
The start parameter
*/
double length
/* (In)
The given length
*/
double* r_t
/* (Out)
The output parameter
*/
Pro3dPnt r_point
/* (Out)
The point
*/
)
Returns
The function successfully evaluated the edge length.
The input argument is invalid.
Sample Code References
User Guide References
これは役に立ちましたか?