Class LineModelItemHelper
Helper methods for ICamApiLineModelItem
Inherited Members
Namespace: CAMAPI.DotnetHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class LineModelItemHelper
Methods
P1(ComWrapper<ICamApiLineModelItem>)
Declaration
public static TST3DPoint P1(this ComWrapper<ICamApiLineModelItem> lineModelItemCom)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiLineModelItem> | lineModelItemCom |
Returns
| Type | Description |
|---|---|
| TST3DPoint |
P2(ComWrapper<ICamApiLineModelItem>)
Declaration
public static TST3DPoint P2(this ComWrapper<ICamApiLineModelItem> lineModelItemCom)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiLineModelItem> | lineModelItemCom |
Returns
| Type | Description |
|---|---|
| TST3DPoint |
SetP1(ComWrapper<ICamApiLineModelItem>, TST3DPoint)
Declaration
public static void SetP1(this ComWrapper<ICamApiLineModelItem> lineModelItemCom, TST3DPoint value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiLineModelItem> | lineModelItemCom | |
| TST3DPoint | value |
SetP2(ComWrapper<ICamApiLineModelItem>, TST3DPoint)
Declaration
public static void SetP2(this ComWrapper<ICamApiLineModelItem> lineModelItemCom, TST3DPoint value)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiLineModelItem> | lineModelItemCom | |
| TST3DPoint | value |