Description | ||||||||
Evaluates the edge at the specified parameter. | ||||||||
Synopsis | ||||||||
#include <ProEdge.h> | ||||||||
ProError | 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 | ||||||||
|