Category Geometry items, Object ProSurface

Function ProSurfaceAreaEval


Description
Finds the surface area.
Replacement in Object TOOLKIT: pfcSurface::EvalArea
Synopsis
#include <ProSurface.h>
ProErrorProSurfaceAreaEval(
ProSurface p_surface
/* (In)
The surface handle
*/
double* p_area
/* (Out)
The surface area
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully found the surface area.
PRO_TK_BAD_INPUTSThe input argument is invalid.
PRO_TK_OUT_OF_RANGESurface area is too small (almost zero).

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Fundamentals: Objects and Actions
  3. Fundamentals: Structure of a Creo Toolkit Application
  4. Core: 3D Geometry: Measurement
  5. Core: 3D Geometry: Measurement

Sample Code References:

  1. pt_examples ( TestExport.c )
  2. pt_examples ( UtilGeom.c )
  3. pt_userguide ( UgGeomSurfArea.c )
  4. pt_userguide ( UgXsecList.c )