Documentação da API > Geometry items > Object ProEdge > Function ProEdgeParamEval
Function ProEdgeParamEval
Description
Finds a corresponding normalized parameter on the edge, given the XYZ point. Note: The function is intended to be used when the point is on, or very nearly on, the edge.
Replacement in Object TOOLKIT:
Synopsis
#include <ProEdge.h>
ProEdgeParamEval
(
ProEdge edge
/* (In)
The edge handle.
*/
ProVector xyz_point
/* (In)
The XYZ point. The point does not necessarily have to lie on the edge. If the point is not on the edge, the function finds the closest edge point.
*/
double* p_param
/* (Out)
The corresponding normalized parameter on the edge.
*/
)
Returns
The function successfully evaluated the edge.
One or more of the input arguments are invalid.
Sample Code References
User Guide References
Isto foi útil?