Function ProIntfDataEdgeGet
Description
Gets the specified edge from the interface data.
Synopsis
#include <ProIntfData.h>
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
The function successfully found the edge.
Insufficient memory.
One or more of the input arguments are invalid.
Sample Code References
User Guide References
Isto foi útil?