Class LoopHelper
Helper functions for ICamApiLoop
Inherited Members
Namespace: CAMAPI.DotnetHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class LoopHelper
Methods
EnumerateCoEdges(ComWrapper<ICamApiLoop>)
List all co-edges of the loop
Declaration
public static IEnumerable<ComWrapper<ICamApiCoEdge>> EnumerateCoEdges(this ComWrapper<ICamApiLoop> loopCom)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiLoop> | loopCom |
Returns
| Type | Description |
|---|---|
| IEnumerable<ComWrapper<ICamApiCoEdge>> |