API 文件集 > Mechanica > Object ProMechedge > Function ProMechedgeXyzdataEval
Function ProMechedgeXyzdataEval
Description
Evaluates the Creo Simulate edge parameter point in XYZ space.
Licensing Requirement
Synopsis
ProMechedgeXyzdataEval
(
/* (In)
The edge.
*/
double edge_param
/* (In)
The normalized parameter on the edge.
*/
Pro3dPnt xyz_point
/* (Out)
The resulting XYZ point, pass NULL if not interested in this data.
*/
ProVector deriv1
/* (Out)
The first derivative at the point, pass NULL if not interested in this data.
*/
ProVector deriv2
/* (Out)
The second derivative at the point, pass NULL if not interested in this data.
*/
ProVector normal
/* (Out)
The normal at the point, pass NULL if not interested in this data.
*/
)
Returns
The function succeeded.
One or more input arguments are invalid.
這是否有幫助?