Category Mechanica, Object ProMechcontour

Function ProMechcontourAreaEval


Description
Finds the surface area inside the given outer contour, accounting for internal voids.
Licensing Requirement
TOOLKIT for Mechanica
Synopsis
#include <ProMechGeometry.h>
ProErrorProMechcontourAreaEval(
ProMechContour contour
/* (In)
The contour.
*/
double* area
/* (Out)
The area.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments are invalid.
PRO_TK_INVALID_TYPEThis item does not contain this type of contour.
PRO_TK_GENERAL_ERRORA general error is encountered.

Manual References:

  1. Creo Simulate: Geometry: Accessing ProMechContour
  2. Creo Simulate: Geometry: Accessing ProMechContour