Class MeshListHelper
Helper methods for ICamApiMeshList
Inherited Members
Namespace: CAMAPI.DotnetHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class MeshListHelper
Methods
Count(ComWrapper<ICamApiMeshList>)
Count of meshes in the list
Declaration
public static int Count(this ComWrapper<ICamApiMeshList> meshListCom)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiMeshList> | meshListCom | Mesh list |
Returns
| Type | Description |
|---|---|
| int |
Mesh(ComWrapper<ICamApiMeshList>, int)
Get mesh by index (0..Count-1)
Declaration
public static ComWrapper<ICamApiMesh> Mesh(this ComWrapper<ICamApiMeshList> meshListCom, int i)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiMeshList> | meshListCom | Mesh list |
| int | i | Mesh index |
Returns
| Type | Description |
|---|---|
| ComWrapper<ICamApiMesh> |