Class PocketModelItemHelper
Inheritance
PocketModelItemHelper
Assembly: CAMIPC.DotnetHelper.dll
Syntax
public static class PocketModelItemHelper
Methods
Flip the positive side of the faces
Declaration
public static bool AlternateFrontSide(this ComWrapper<ICamIpcPocketModelItem> itemCom)
Parameters
Returns
Whether the pocket is left-hand (affects tool compensation side)
Declaration
public static bool IsLeft(this ComWrapper<ICamIpcPocketModelItem> itemCom)
Parameters
Returns
Set whether to flip the positive side of the faces
Declaration
public static void SetAlternateFrontSide(this ComWrapper<ICamIpcPocketModelItem> itemCom, bool value)
Parameters
Set whether the pocket is left-hand
Declaration
public static void SetIsLeft(this ComWrapper<ICamIpcPocketModelItem> itemCom, bool value)
Parameters