Interface ICamApiWorkpieceSetup
Setup for workpiece of the operation
Namespace: CAMAPI.TechOperation
Assembly: CAMAPI.TechOperation.dll
Syntax
[Guid("3B1C2D3E-4F5A-6B7C-8D9E-A0B1C2D3E4F5")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamApiWorkpieceSetup
Properties
MachineSideConnectorIndex
Index of workpiece connector in machine
Declaration
int MachineSideConnectorIndex { get; set; }
Property Value
Type | Description |
---|---|
int |
Offset
Offset of workpiece coordinate system relative to global coordinate system
Declaration
TST3DMatrix Offset { get; set; }
Property Value
Type | Description |
---|---|
TST3DMatrix |
WorkpieceSideCoordinateSystemName
Workpiece coordinate system
Declaration
string WorkpieceSideCoordinateSystemName { get; set; }
Property Value
Type | Description |
---|---|
string |