Class ModelFormerWithFixturesHelper
Helper methods for ICamIpcModelFormerWithFixtures
Inherited Members
Namespace: CAMIPC.DotnetHelper
Assembly: CAMIPC.DotnetHelper.dll
Syntax
public static class ModelFormerWithFixturesHelper
Methods
AddChuck(ComWrapper<ICamIpcModelFormerWithFixtures>)
Declaration
public static ComWrapper<ICamIpcFixtureConnectorItem> AddChuck(this ComWrapper<ICamIpcModelFormerWithFixtures> com)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcModelFormerWithFixtures> | com |
Returns
| Type | Description |
|---|---|
| ComWrapper<ICamIpcFixtureConnectorItem> |
AddClamp(ComWrapper<ICamIpcModelFormerWithFixtures>)
Declaration
public static ComWrapper<ICamIpcFixtureConnectorItem> AddClamp(this ComWrapper<ICamIpcModelFormerWithFixtures> com)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcModelFormerWithFixtures> | com |
Returns
| Type | Description |
|---|---|
| ComWrapper<ICamIpcFixtureConnectorItem> |
AddNode(ComWrapper<ICamIpcModelFormerWithFixtures>)
Declaration
public static ComWrapper<ICamIpcFixtureNodeItem> AddNode(this ComWrapper<ICamIpcModelFormerWithFixtures> com)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcModelFormerWithFixtures> | com |
Returns
| Type | Description |
|---|---|
| ComWrapper<ICamIpcFixtureNodeItem> |
AddVise(ComWrapper<ICamIpcModelFormerWithFixtures>)
Declaration
public static ComWrapper<ICamIpcFixtureConnectorItem> AddVise(this ComWrapper<ICamIpcModelFormerWithFixtures> com)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcModelFormerWithFixtures> | com |
Returns
| Type | Description |
|---|---|
| ComWrapper<ICamIpcFixtureConnectorItem> |
AsWithFixtures(ComWrapper<ICamIpcModelFormer>)
QueryInterface on a generic ICamIpcModelFormer. Check .IsNull
if the former does not support fixtures.
Declaration
public static ComWrapper<ICamIpcModelFormerWithFixtures> AsWithFixtures(this ComWrapper<ICamIpcModelFormer> formerCom)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcModelFormer> | formerCom |
Returns
| Type | Description |
|---|---|
| ComWrapper<ICamIpcModelFormerWithFixtures> |
FindConnector(ComWrapper<ICamIpcModelFormerWithFixtures>, string)
Declaration
public static ComWrapper<ICamIpcFixtureConnectorItem> FindConnector(this ComWrapper<ICamIpcModelFormerWithFixtures> com, string caption)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcModelFormerWithFixtures> | com | |
| string | caption |
Returns
| Type | Description |
|---|---|
| ComWrapper<ICamIpcFixtureConnectorItem> |