Interface ICamIpcModelFormerWithFixtures
Assembly: CAMIPC.ModelFormerTypes.dll
[Guid("D0E1F2A3-B4C5-4678-3490-ABCDEF012345")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamIpcModelFormerWithFixtures
Properties
Number of ready-made fixture components available in the fixtures library
Declaration
int LibraryComponentCount { get; }
Property Value
Declaration
string LibraryComponentFile[int Index] { get; }
Parameters
| Type |
Name |
Description |
| int |
Index |
|
Property Value
Methods
Declaration
ICamIpcFixtureConnectorItem AddChuck()
Returns
Declaration
ICamIpcFixtureConnectorItem AddClamp()
Returns
Declaration
ICamIpcFixtureNodeItem AddNode()
Returns
Declaration
ICamIpcFixtureConnectorItem AddVise()
Returns
Find a connector item by its caption; returns nil if not found
Declaration
ICamIpcFixtureConnectorItem FindConnector(string Caption)
Parameters
| Type |
Name |
Description |
| string |
Caption |
|
Returns
Declaration
Returns
Import a ready-made fixture component from a .mcp package — the same action as picking an
item in the fixtures library. Builds the whole component sub-tree (connector, component,
body and jaw axes with their captions, axis directions and travel limits) from the package
and loads its geometry into a hidden "Fixture model" folder of the geometry tree.
FileName is either a full path or a file name resolved against the fixtures library folder.
Returns the created root connector item, or nil if the package was not found.
Declaration
ICamIpcFixtureConnectorItem ImportComponentFromFile(string FileName)
Parameters
| Type |
Name |
Description |
| string |
FileName |
|
Returns