Class ModelFormerWithReferenceToPreviousHelper
Inheritance
ModelFormerWithReferenceToPreviousHelper
Assembly: CAMIPC.DotnetHelper.dll
public static class ModelFormerWithReferenceToPreviousHelper
Methods
Add an empty workpiece item (no geometry — used as a placeholder when the workpiece is intentionally blank).
Declaration
public static ComWrapper<ICamIpcEmptyWorkpieceModelItem> AddEmptyWorkpiece(this ComWrapper<ICamIpcModelFormerWithReferenceToPrevious> com)
Parameters
Returns
Add a reference to a previous result (workpiece or machining result)
Declaration
public static ComWrapper<ICamIpcModelItemReference> AddReference(this ComWrapper<ICamIpcModelFormerWithReferenceToPrevious> com, TModelFormerRefToPrevType refType)
Parameters
Returns