Category Geometry items, Object ProContour

Function ProContourAreaEval


Description
Finds the inside surface area of the specified outer contour, taking into account internal voids.
Replacement in Object TOOLKIT: pfcContour::EvalArea
Synopsis
#include <ProContour.h>
ProErrorProContourAreaEval(
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
PRO_TK_NO_ERRORThe function successfully found the surface area.
PRO_TK_BAD_SRF_CRVThe input argument is invalid.

Manual References:

  1. Core: 3D Geometry: Measurement
  2. Core: 3D Geometry: Measurement

Sample Code References:

  1. pt_examples ( TestGeom.c )