Class EdgeFaceInfoListHelper
Inheritance
EdgeFaceInfoListHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class EdgeFaceInfoListHelper
Methods
Count(ComWrapper<ICamApiEdgeFaceInfoList>)
Number of edges in the list
Declaration
public static int Count(this ComWrapper<ICamApiEdgeFaceInfoList> listCom)
Parameters
Returns
GetByEdge(ComWrapper<ICamApiEdgeFaceInfoList>, ComWrapper<ICamApiEdge>)
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<ICamApiEdgeFaceInfo> GetByEdge(this ComWrapper<ICamApiEdgeFaceInfoList> listCom, ComWrapper<ICamApiEdge> edgeCom)
Parameters
Returns
Item(ComWrapper<ICamApiEdgeFaceInfoList>, int)
Declaration
public static ComWrapper<ICamApiEdgeFaceInfo> Item(this ComWrapper<ICamApiEdgeFaceInfoList> listCom, int index)
Parameters
Returns