Interface ICamApiModelFormerWithPnPItems
Model former mixin for TSTPointPickAndPlaceOp (TPnPPointJobModelFormer).
Provides access to all Pick and Place items: Start, Pick, Place, End, and intermediate Move points.
Assembly: CAMAPI.ModelFormerTypes.dll
[Guid("A085A48E-76F7-4A71-80AA-CBFC5F233C2E")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamApiModelFormerWithPnPItems
Properties
Declaration
ICamApiPnPEndItem EndItem { get; }
Property Value
Number of intermediate move points
Declaration
int MoveItemCount { get; }
Property Value
Declaration
ICamApiPnPPickItem PickItem { get; }
Property Value
Declaration
ICamApiPnPPlaceItem PlaceItem { get; }
Property Value
Get the start point (read-only)
Declaration
ICamApiPnPStartItem StartItem { get; }
Property Value
Methods
Add a move point after the given item
Declaration
ICamApiPnPMoveItem AddMoveItemAfter(ICamApiModelItem Item)
Parameters
Returns
Add a move point before the given item
Declaration
ICamApiPnPMoveItem AddMoveItemBefore(ICamApiModelItem Item)
Parameters
Returns
Declaration
void ClearMovePointItems()
Declaration
void DeleteMovePointItem(ICamApiModelItem Item)
Parameters
Declaration
ICamApiPnPMoveItem GetMoveItem(int Index)
Parameters
| Type |
Name |
Description |
| int |
Index |
|
Returns