Category Mechanica, Object ProMechsurface

Function ProMechsurfaceThicknessEval


Description
Obtains the thickness of the shell Creo Simulate surface at the given UV point.
Licensing Requirement
TOOLKIT for Mechanica
Synopsis
#include <ProMechGeometry.h>
ProErrorProMechsurfaceThicknessEval(
ProMechSurface surface
/* (In)
The surface.
*/
ProUvParam uv_point
/* (In)
The UV parameter on the surface.
*/
double* thickness
/* (Out)
The shell thickness at the given point.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments are invalid.
PRO_TK_GENERAL_ERRORA general error is encountered.

Manual References:

  1. Creo Simulate: Geometry: Geometry Evaluation of ProMechSurface