Description | |||||||||||
Gets the specified edge from the interface data. | |||||||||||
Synopsis | |||||||||||
#include <ProIntfData.h> | |||||||||||
ProError | ProIntfDataEdgeGet | ( | |||||||||
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 | |||||||||||
|