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