Class PointModelItemHelper
Helper methods for ICamApiPointModelItem
Inherited Members
Namespace: CAMAPI.DotnetHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class PointModelItemHelper
Methods
Point(ComWrapper<ICamApiPointModelItem>)
Declaration
public static TST3DPoint Point(this ComWrapper<ICamApiPointModelItem> pointModelItemCom)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiPointModelItem> | pointModelItemCom |
Returns
| Type | Description |
|---|---|
| TST3DPoint |
SetPoint(ComWrapper<ICamApiPointModelItem>, TST3DPoint)
Declaration
public static void SetPoint(this ComWrapper<ICamApiPointModelItem> pointModelItemCom, TST3DPoint value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiPointModelItem> | pointModelItemCom | |
| TST3DPoint | value |