Documentación de la API > Geometry items > Object ProEdge > Function ProEdgeXyzdataEval
Function ProEdgeXyzdataEval
Description
Evaluates the edge at the specified parameter.
Synopsis
#include <ProEdge.h>
ProEdgeXyzdataEval
(
ProEdge edge
/* (In)
The edge handle
*/
double edge_param
/* (In)
The normalized parameter on the edge
*/
ProVector xyz_point
/* (Out)
The resulting XYZ point
*/
ProVector deriv1
/* (Out)
The first derivative
*/
ProVector deriv2
/* (Out)
The second derivative
*/
ProVector direction
/* (Out)
The edge direction
*/
)
Returns
The function successfully evaluated the edge.
One or more of the input arguments are invalid.
Sample Code References
User Guide References
¿Fue esto útil?