Category Mechanica, Object ProMechcurve

Function ProMechcurveDataGet


Description
Obtains the geometric representation of the curve.
Licensing Requirement
TOOLKIT for Mechanica
Synopsis
#include <ProMechGeometry.h>
ProErrorProMechcurveDataGet(
ProMechCurve curve
/* (In)
The curve.
*/
ProGeomitemdata** data
/* (Out)
The curve 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_NOT_IMPLEMENTEDThe function does not support composite curves.
PRO_TK_GENERAL_ERRORA general error is encountered.

Manual References:

  1. Creo Simulate: Geometry: Geometry Evaluation of ProMechCurves
  2. Creo Simulate: Geometry: Geometry Evaluation of ProMechCurves