API 文件集 > Mechanica > Object ProMechedge > Function ProMechedgeParamEval
Function ProMechedgeParamEval
Description
Finds the corresponding normalized parameter on the Creo Simulate Edge by XYZ point.
Licensing Requirement
Synopsis
ProMechedgeParamEval
(
/* (In)
The edge.
*/
Pro3dPnt xyz_point
/* (In)
The XYZ point. The point does not necessarily have to lie on the edge. If the point is not the edge, the function finds the closest point.
*/
double* param
/* (Out)
The normalized parameter.
*/
)
Returns
The function succeeded.
One or more input arguments are invalid.
A general error is encountered.
這是否有幫助?