The API help says it returns "Pointer to an array of edges that make up the loop ". I'm wondering how to use it...
1) IEdge* pEdge;
IGetEdges(&pEdge);
2)IEdge** pEdgelist;
IGetEdges(pEdgelist);
Which one is right? Help, please.
SolidworksApi macros
The API help says it returns "Pointer to an array of edges that make up the loop ". I'm wondering how to use it...
1) IEdge* pEdge;
IGetEdges(&pEdge);
2)IEdge** pEdgelist;
IGetEdges(pEdgelist);
Which one is right? Help, please.
SolidworksApi macros