Category Mechanica, Object ProMechedge

Function ProMechedgeDataGet


Description
Obtains the geometric representation of the edge.
Licensing Requirement
TOOLKIT for Mechanica
Synopsis
#include <ProMechGeometry.h>
ProErrorProMechedgeDataGet(
ProMechEdge edge
/* (In)
The edge.
*/
ProGeomitemdata** data
/* (Out)
The edge 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.

Manual References:

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