Interface ICamApiWorkpieceSetup
Physical workpiece placement in the machine cell, used for CAM trajectory calculation. For robots: "Base setup". For mills: "Workpiece setup". Not to be confused with ICamApiWorkpieceCoordinateSystem, which defines the NC output frame.
Namespace: CAMAPI.Workpiece
Assembly: CAMAPI.Workpiece.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("3B1C2D3E-4F5A-6B7C-8D9E-A0B1C2D3E4F5")]
public interface ICamApiWorkpieceSetup
Properties
MachineSideConnectorIndex
Index of workpiece connector in machine (which fixture/rotatable holder holds the part)
Declaration
int MachineSideConnectorIndex { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Offset
Additional offset applied on top of the coordinate system (rotation + translation matrix)
Declaration
TST3DMatrix Offset { get; set; }
Property Value
| Type | Description |
|---|---|
| TST3DMatrix |
WorkpieceSideCoordinateSystemName
Name of the coordinate system defining workpiece orientation in the machine cell
Declaration
string WorkpieceSideCoordinateSystemName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |