Class WorkpieceSetupHelper
Inheritance
WorkpieceSetupHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class WorkpieceSetupHelper
Methods
MachineSideConnectorIndex(ComWrapper<ICamApiWorkpieceSetup>)
Index of workpiece connector in machine
Declaration
public static int MachineSideConnectorIndex(this ComWrapper<ICamApiWorkpieceSetup> setupCom)
Parameters
Returns
Offset(ComWrapper<ICamApiWorkpieceSetup>)
Offset of workpiece coordinate system relative to global coordinate system
Declaration
public static TST3DMatrix Offset(this ComWrapper<ICamApiWorkpieceSetup> setupCom)
Parameters
Returns
SetMachineSideConnectorIndex(ComWrapper<ICamApiWorkpieceSetup>, int)
Declaration
public static void SetMachineSideConnectorIndex(this ComWrapper<ICamApiWorkpieceSetup> setupCom, int index)
Parameters
SetOffset(ComWrapper<ICamApiWorkpieceSetup>, TST3DMatrix)
Declaration
public static void SetOffset(this ComWrapper<ICamApiWorkpieceSetup> setupCom, TST3DMatrix offset)
Parameters
SetWorkpieceSideCoordinateSystemName(ComWrapper<ICamApiWorkpieceSetup>, string)
Declaration
public static void SetWorkpieceSideCoordinateSystemName(this ComWrapper<ICamApiWorkpieceSetup> setupCom, string name)
Parameters
WorkpieceSideCoordinateSystemName(ComWrapper<ICamApiWorkpieceSetup>)
Workpiece coordinate system
Declaration
public static string WorkpieceSideCoordinateSystemName(this ComWrapper<ICamApiWorkpieceSetup> setupCom)
Parameters
Returns