Class TurnWorkpieceModelItemHelper
Inheritance
TurnWorkpieceModelItemHelper
Assembly: CAMIPC.DotnetHelper.dll
Syntax
public static class TurnWorkpieceModelItemHelper
Methods
Axis the solid of revolution is built around
Declaration
public static TCylinderAxisType GetAxis(this ComWrapper<ICamIpcTurnWorkpieceModelItem> com)
Parameters
Returns
Place the workpiece center at the center of the part bounding box
Declaration
public static bool GetCenterIsCenterOfBox(this ComWrapper<ICamIpcTurnWorkpieceModelItem> com)
Parameters
Returns
Uniform stock offset added to the envelope
Declaration
public static double GetStock(this ComWrapper<ICamIpcTurnWorkpieceModelItem> com)
Parameters
Returns
Axis the solid of revolution is built around
Declaration
public static void SetAxis(this ComWrapper<ICamIpcTurnWorkpieceModelItem> com, TCylinderAxisType axis)
Parameters
Place the workpiece center at the center of the part bounding box
Declaration
public static void SetCenterIsCenterOfBox(this ComWrapper<ICamIpcTurnWorkpieceModelItem> com, bool value)
Parameters
Uniform stock offset added to the envelope
Declaration
public static void SetStock(this ComWrapper<ICamIpcTurnWorkpieceModelItem> com, double stock)
Parameters