Category Creating import and custom geometry, Object ProIntf

Function ProIntfDataEdgeGet


Description
Gets the specified edge from the interface data.
Synopsis
#include <ProIntfData.h>
ProErrorProIntfDataEdgeGet(
ProIntfData* p_intfdata
/* (In)
The interface data
*/
int index
/* (In)
The index (from 0 to (number - 1)) of the surface in the interface data
*/
ProEdgedata** pp_edgedata
/* (Out)
The edge. Release the memory using ProEdgedataMemoryFree
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully found the edge.
PRO_TK_OUT_OF_MEMORYInsufficient memory.
PRO_TK_BAD_INPUTSOne or more of the input arguments are invalid.

Manual References:

  1. Interface: Importing Features: Import Feature Properties

Sample Code References:

  1. pt_examples ( TestImportfeat.c )
  2. pt_examples ( UtilIntfData.c )