Documentación de la API > Geometry items > Object ProSurface > Function ProSurfaceExtremesEval
Function ProSurfaceExtremesEval
Description
Finds the coordinates of the surface edges at the extremes, in the specified direction. The accuracy of this result is limited to the accuracy of the edge tessellation.
Replacement in Object TOOLKIT:
Synopsis
#include <ProSurface.h>
ProSurfaceExtremesEval
(
ProSurface p_surface
/* (In)
The surface handle
*/
/* (In)
The direction of projection
*/
ProVector xyz_min
/* (Out)
The coordinates of the point where the function finds the minimum projection
*/
ProVector xyz_max
/* (Out)
The coordinates of the point where the function finds the maximum projection
*/
)
Returns
The function successfully evaluated the surface.
One or more of the input arguments are invalid.
Sample Code References
User Guide References
¿Fue esto útil?