Interface ICamApiPnPEndItem
End point of a Pick and Place operation
Namespace: CAMAPI.ModelFormerTypes
Assembly: CAMAPI.ModelFormerTypes.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("14C2D3B3-6A48-4B5D-8C0F-B764F446B0BC")]
public interface ICamApiPnPEndItem
Properties
Matrix
Position matrix of the end point (read-only)
Declaration
TST3DMatrix Matrix { get; }
Property Value
| Type | Description |
|---|---|
| TST3DMatrix |
PointEnabled
Whether the end point is enabled
Declaration
bool PointEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |