API Documentation > Mechanica > Object ProMechedge > Function ProMechedgeParamByLengthEval
Function ProMechedgeParamByLengthEval
Description
Finds the parameter of the point located at the given length from the given parameter.
Licensing Requirement
Synopsis
ProMechedgeParamByLengthEval
(
/* (In)
The edge.
*/
double t_start
/* (In)
The start parameter.
*/
double length
/* (In)
The length.
*/
double* t_eval
/* (Out)
The evaluated parameter.
*/
Pro3dPnt point
/* (Out)
The XYZ point at that location.
*/
)
Returns
The function succeeded.
One or more input arguments are invalid.
A general error is encountered.
User Guide References
Was this helpful?