Interface ICamApiPnPClearanceItem
Clearance point — auto-created child of Pick and Place items
Namespace: CAMAPI.ModelFormerTypes
Assembly: CAMAPI.ModelFormerTypes.dll
Syntax
[Guid("AD6CDCAB-5462-4663-9C16-A4DDF424B8ED")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamApiPnPClearanceItem
Properties
AxesMode
Axes mode (Custom / Inherited)
Declaration
TModelFormerPnPAxesMode AxesMode { get; set; }
Property Value
| Type | Description |
|---|---|
| TModelFormerPnPAxesMode |
MotionType
Motion type
Declaration
TModelFormerPnPMotionType MotionType { get; set; }
Property Value
| Type | Description |
|---|---|
| TModelFormerPnPMotionType |
PosLength
Clearance distance
Declaration
double PosLength { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
PositionType
Clearance position type (AlongAxis / Vertical / Perpendicular)
Declaration
TModelFormerPnPClearanceType PositionType { get; set; }
Property Value
| Type | Description |
|---|---|
| TModelFormerPnPClearanceType |