Category Mechanica, Object ProMechsurface

Function ProMechsurfaceDataGet


Description
Obtains the geometric representation of the surface.
Licensing Requirement
TOOLKIT for Mechanica
Synopsis
#include <ProMechGeometry.h>
ProErrorProMechsurfaceDataGet(
ProMechSurface surface
/* (In)
The surface.
*/
ProGeomitemdata** data
/* (Out)
The surface data. The function allocates the memory for this argument. Use the function ProGeomitemdataFree() to free the memory.
*/
)
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
  2. Creo Simulate: Geometry: Geometry Evaluation of ProMechSurface