Function ProContourAreaEval
Description
Finds the inside surface area of the specified outer contour, taking into account internal voids.
Replacement in Object TOOLKIT:
Synopsis
#include <ProContour.h>
ProContourAreaEval
(
ProSurface p_srf_handle
/* (In)
The surface handle
*/
ProContour p_cntr_handle
/* (In)
The outer contour handle
*/
double* r_area
/* (Out)
The contour area
*/
)
Returns
The function successfully found the surface area.
The input argument is invalid.
Sample Code References
User Guide References
これは役に立ちましたか?