Category Geometry items, Object ProEdge

Function ProEdgeDataGet


Description
Retrieves the geometric representation data for the specified edge.
Replacement in Object TOOLKIT: pfcGeomCurve::GetCurveDescriptor
Synopsis
#include <ProEdge.h>
ProErrorProEdgeDataGet(
ProEdge edge
/* (In)
The edge handle.
*/
ProGeomitemdata** p_data_ptr
/* (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 successfully retrieved the information.
PRO_TK_BAD_INPUTSThe input argument is invalid.
See Also
ProGeomitemdataFree

Manual References:

  1. Core: 3D Geometry: Geometry of Solid Edges
  2. Core: 3D Geometry: Geometry of Solid Edges
  3. Core: 3D Geometry: Geometry of Datum Curves

Sample Code References:

  1. pt_examples ( UtilGeom.c )