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> |
AddFacesSelected(ComWrapper<ICamApiModelFormerWithFixtures>)
Declaration
public static ComWrapper<ICamApiListModelItem> AddFacesSelected(this ComWrapper<ICamApiModelFormerWithFixtures> com)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiModelFormerWithFixtures> | com |
Returns
| Type | Description |
|---|---|
| ComWrapper<ICamApiListModelItem> |
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> |
DeleteItemByCaption(ComWrapper<ICamApiModelFormerWithFixtures>, string)
Declaration
public static bool DeleteItemByCaption(this ComWrapper<ICamApiModelFormerWithFixtures> com, string caption)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiModelFormerWithFixtures> | com | |
| string | caption |
Returns
| Type | Description |
|---|---|
| bool |
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> |
ImportComponentFromFile(ComWrapper<ICamApiModelFormerWithFixtures>, string)
Declaration
public static ComWrapper<ICamApiFixtureConnectorItem> ImportComponentFromFile(this ComWrapper<ICamApiModelFormerWithFixtures> com, string fileName)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiModelFormerWithFixtures> | com | |
| string | fileName |
Returns
| Type | Description |
|---|---|
| ComWrapper<ICamApiFixtureConnectorItem> |
LibraryComponentCount(ComWrapper<ICamApiModelFormerWithFixtures>)
Declaration
public static int LibraryComponentCount(this ComWrapper<ICamApiModelFormerWithFixtures> com)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiModelFormerWithFixtures> | com |
Returns
| Type | Description |
|---|---|
| int |
LibraryComponentFile(ComWrapper<ICamApiModelFormerWithFixtures>, int)
Declaration
public static string LibraryComponentFile(this ComWrapper<ICamApiModelFormerWithFixtures> com, int index)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiModelFormerWithFixtures> | com | |
| int | index |
Returns
| Type | Description |
|---|---|
| string |