Class FaceHelper
Helper functions for ICamApiFace
Inherited Members
Namespace: CAMAPI.DotnetHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class FaceHelper
Methods
EnumerateLoops(ComWrapper<ICamApiFace>)
Lists all loops in a face using GetNext(), disposing each wrapper as we go along
Declaration
public static IEnumerable<ComWrapper<ICamApiLoop>> EnumerateLoops(this ComWrapper<ICamApiFace> faceCom)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiFace> | faceCom |
Returns
| Type | Description |
|---|---|
| IEnumerable<ComWrapper<ICamApiLoop>> |