Interface ICamApiPnPPlaceItem
Place point of a Pick and Place operation
Namespace: CAMAPI.ModelFormerTypes
Assembly: CAMAPI.ModelFormerTypes.dll
Syntax
[Guid("87688956-250C-42D2-91A8-522B67FD510C")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamApiPnPPlaceItem
Properties
ClearanceItem
Auto-created clearance point child of this place point
Declaration
ICamApiPnPClearanceItem ClearanceItem { get; }
Property Value
| Type | Description |
|---|---|
| ICamApiPnPClearanceItem |
MachineConfiguration
Machine configuration (axes, flips) for this place point
Declaration
ICamApiMachineConfiguration MachineConfiguration { get; }
Property Value
| Type | Description |
|---|---|
| ICamApiMachineConfiguration |
WorkpieceSetup
Workpiece setup — position of the workpiece after placement
Declaration
ICamApiWorkpieceSetup WorkpieceSetup { get; }
Property Value
| Type | Description |
|---|---|
| ICamApiWorkpieceSetup |