Class LoopHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class LoopHelper
Methods
CoEdges(ComWrapper<ICamApiLoop>)
Get iterator for co-edges, making up this loop
Declaration
public static ComWrapper<ICamApiCoEdgeIterator> CoEdges(this ComWrapper<ICamApiLoop> loopCom)
Parameters
Returns
EnumerateCoEdges(ComWrapper<ICamApiLoop>)
List all co-edges of the loop
Declaration
public static IEnumerable<ComWrapper<ICamApiCoEdge>> EnumerateCoEdges(this ComWrapper<ICamApiLoop> loopCom)
Parameters
Returns
GetNext(ComWrapper<ICamApiLoop>)
Declaration
public static ComWrapper<ICamApiLoop> GetNext(this ComWrapper<ICamApiLoop> loopCom)
Parameters
Returns
Declaration
public static ComWrapper<ICamApiAbstractNurbsCurve> GetNurbsForm(this ComWrapper<ICamApiLoop> loopCom, bool needUVCurve)
Parameters
Returns
IsOuter(ComWrapper<ICamApiLoop>)
Declaration
public static bool IsOuter(this ComWrapper<ICamApiLoop> loopCom)
Parameters
Returns