Class EdgeFaceInfoListHelper
Inheritance
EdgeFaceInfoListHelper
Assembly: CAMIPC.DotnetHelper.dll
Syntax
public static class EdgeFaceInfoListHelper
Methods
AsEnumerable(ComWrapper<ICamIpcEdgeFaceInfoList>)
Enumerate all edge infos in the list
Declaration
public static IEnumerable<ComWrapper<ICamIpcEdgeFaceInfo>> AsEnumerable(this ComWrapper<ICamIpcEdgeFaceInfoList> listCom)
Parameters
Returns
Count(ComWrapper<ICamIpcEdgeFaceInfoList>)
Number of edges in the list
Declaration
public static int Count(this ComWrapper<ICamIpcEdgeFaceInfoList> listCom)
Parameters
Returns
GetByEdge(ComWrapper<ICamIpcEdgeFaceInfoList>, ComWrapper<ICamIpcEdge>)
Find the info for the given edge, matched by its endpoints within the build tolerance.
Returns a wrapper of null if no edge matches.
Declaration
public static ComWrapper<ICamIpcEdgeFaceInfo> GetByEdge(this ComWrapper<ICamIpcEdgeFaceInfoList> listCom, ComWrapper<ICamIpcEdge> edgeCom)
Parameters
Returns
Item(ComWrapper<ICamIpcEdgeFaceInfoList>, int)
Declaration
public static ComWrapper<ICamIpcEdgeFaceInfo> Item(this ComWrapper<ICamIpcEdgeFaceInfoList> listCom, int index)
Parameters
Returns