Class MachineConfigurationRobotRotaryTableHelper
Inheritance
MachineConfigurationRobotRotaryTableHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class MachineConfigurationRobotRotaryTableHelper
Methods
IsVec(ComWrapper<ICamApiMachineConfigurationRobotRotaryTable>, out TRobotRotaryTableVecType, out TRobotRotaryTablePositioningMode)
Returns true if vector uses a preset (not Custom). Fills vecType and positioningMode.
Declaration
public static bool IsVec(this ComWrapper<ICamApiMachineConfigurationRobotRotaryTable> com, out TRobotRotaryTableVecType vecType, out TRobotRotaryTablePositioningMode positioningMode)
Parameters
Returns
IsVecCustom(ComWrapper<ICamApiMachineConfigurationRobotRotaryTable>, out TST3DPoint, out TRobotRotaryTablePositioningMode)
Returns true if vector uses a custom direction. Fills customVec and positioningMode.
Declaration
public static bool IsVecCustom(this ComWrapper<ICamApiMachineConfigurationRobotRotaryTable> com, out TST3DPoint customVec, out TRobotRotaryTablePositioningMode positioningMode)
Parameters
Returns
PositioningMode(ComWrapper<ICamApiMachineConfigurationRobotRotaryTable>)
Declaration
public static TRobotRotaryTablePositioningMode PositioningMode(this ComWrapper<ICamApiMachineConfigurationRobotRotaryTable> com)
Parameters
Returns
SetPositioningMode(ComWrapper<ICamApiMachineConfigurationRobotRotaryTable>, TRobotRotaryTablePositioningMode)
Change only the positioning mode, keeping the current vector
Declaration
public static void SetPositioningMode(this ComWrapper<ICamApiMachineConfigurationRobotRotaryTable> com, TRobotRotaryTablePositioningMode mode)
Parameters
SetVec(ComWrapper<ICamApiMachineConfigurationRobotRotaryTable>, TRobotRotaryTableVecType, TRobotRotaryTablePositioningMode)
Set vector with a preset direction
Declaration
public static void SetVec(this ComWrapper<ICamApiMachineConfigurationRobotRotaryTable> com, TRobotRotaryTableVecType vecType, TRobotRotaryTablePositioningMode positioningMode)
Parameters
SetVecCustom(ComWrapper<ICamApiMachineConfigurationRobotRotaryTable>, TST3DPoint, TRobotRotaryTablePositioningMode)
Set vector with a custom direction
Declaration
public static void SetVecCustom(this ComWrapper<ICamApiMachineConfigurationRobotRotaryTable> com, TST3DPoint customVec, TRobotRotaryTablePositioningMode positioningMode)
Parameters