Class ModelFormerWithLatheContouringItemsHelper
Inheritance
ModelFormerWithLatheContouringItemsHelper
Assembly: CAMAPI.DotnetHelper.dll
public static class ModelFormerWithLatheContouringItemsHelper
Methods
Add a Facing item with default cycle (Offset Roughing) and default values.
Declaration
public static ComWrapper<ICamApiLatheContourFacingModelItem> AddFacingItem(this ComWrapper<ICamApiModelFormerWithLatheContouringItems> modelFormer)
Parameters
Returns
Add a Grooving (TCommonGroovingModelItem) item with default cycle and default values.
Declaration
public static ComWrapper<ICamApiCommonGroovingModelItem> AddGroovingItem(this ComWrapper<ICamApiModelFormerWithLatheContouringItems> modelFormer)
Parameters
Returns
Add a Shape Threading (TCommonShapeThreadingModelItem) item with default cycle and default values.
Declaration
public static ComWrapper<ICamApiCommonShapeThreadingModelItem> AddShapeThreadingItem(this ComWrapper<ICamApiModelFormerWithLatheContouringItems> modelFormer)
Parameters
Returns
Add a Threading (TCommonThreadingModelItem) item with default cycle and default values.
Declaration
public static ComWrapper<ICamApiCommonThreadingModelItem> AddThreadingItem(this ComWrapper<ICamApiModelFormerWithLatheContouringItems> modelFormer)
Parameters
Returns
Add a Turning (TCommonTurningModelItem) item with default cycle (Roughing Advanced) and default values.
Declaration
public static ComWrapper<ICamApiCommonTurningModelItem> AddTurningItem(this ComWrapper<ICamApiModelFormerWithLatheContouringItems> modelFormer)
Parameters
Returns
Declaration
public static ComWrapper<ICamApiModelFormerWithLatheContouringItems> AsWithLatheContouringItems(this ComWrapper<ICamApiModelFormer> mfCom)
Parameters
Returns