Interface ICamIpcWorkpieceCoordinateSystem
Assembly: CAMIPC.TechOperation.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("5CB4785F-FFDD-4388-B51D-58991080D88B")]
public interface ICamIpcWorkpieceCoordinateSystem
Properties
CoordinateSystemName
Declaration
string CoordinateSystemName { get; }
Property Value
ID
Declaration
Property Value
Mode
Declaration
TCamApiWorkpieceCoordinateSystemMode Mode { get; set; }
Property Value
Offset
Declaration
TST3DPoint Offset { get; set; }
Property Value
Methods
GetInstanceId()
Declaration
Returns
SetCoordinateSystemName(string, ref TExecuteContext)
Declaration
void SetCoordinateSystemName(string Value, ref TExecuteContext ExecuteContext)
Parameters