Documentação da API > Geometry items > Object ProSurface > Function ProSurfaceAreaEval
Function ProSurfaceAreaEval
Description
Finds the surface area.
Replacement in Object TOOLKIT:
Synopsis
#include <ProSurface.h>
ProSurfaceAreaEval
(
ProSurface p_surface
/* (In)
The surface handle
*/
double* p_area
/* (Out)
The surface area
*/
)
Returns
The function successfully found the surface area.
The input argument is invalid.
Surface area is too small (almost zero).
Sample Code References
User Guide References
Isto foi útil?