Documentação da API > Geometry items > Object ProEdge > Function ProEdgeParamByLengthEval
Function ProEdgeParamByLengthEval
Description
Finds the parameter of the point located at the given length from the given parameter.
Replacement in Object TOOLKIT:
Synopsis
#include <ProEdge.h>
ProEdgeParamByLengthEval
(
ProEdge p_handle
/* (In)
The edge 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
Isto foi útil?