Category
Creating import and custom geometry
, Object
ProIntf
Function ProIntfDataEdgeCount
Description
Determines the number of edges in the interface data.
Synopsis
#include <
ProIntfData.h
>
ProError
ProIntfDataEdgeCount
(
ProIntfData
*
p_intfdata
/* (In)
The interface data
*/
int*
n_edges
/* (Out)
The number of edges
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully evaluated the number of edges.
PRO_TK_BAD_INPUTS
The input argument is invalid.
Manual References:
Interface: Importing Features: Extracting Creo Parametric Geometry as Interface Data
Sample Code References:
pt_examples ( TestImportfeat.c )
pt_examples ( UtilIntfData.c )