Interface ICamIpcWorkpieceSetup
Setup for workpiece of the operation
Namespace: CAMIPC.TechOperation
Assembly: CAMIPC.TechOperation.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("29DC5FEE-A89A-4650-853A-B7DDB03A5347")]
public interface ICamIpcWorkpieceSetup
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 |
Methods
GetInstanceId()
Get unique identifier of current instance (used in IPC messages)
Declaration
string GetInstanceId()
Returns
Type | Description |
---|---|
string |