Class PartAndStageListHelper
Inheritance
PartAndStageListHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class PartAndStageListHelper
Methods
GetPartStage(ComWrapper<ICamApiPartAndStageList>, int, int)
Get Part inside Stage by their indexes
Declaration
public static ComWrapper<ICamApiPartStage> GetPartStage(this ComWrapper<ICamApiPartAndStageList> listCom, int partIndex, int setupStageIndex)
Parameters
Returns
Part(ComWrapper<ICamApiPartAndStageList>, int)
List of Parts in technologist (0..PartsCount-1)
Declaration
public static ComWrapper<ICamApiPart> Part(this ComWrapper<ICamApiPartAndStageList> listCom, int index)
Parameters
Returns
PartsCount(ComWrapper<ICamApiPartAndStageList>)
Count of Parts in technologist
Declaration
public static int PartsCount(this ComWrapper<ICamApiPartAndStageList> listCom)
Parameters
Returns
SetupStage(ComWrapper<ICamApiPartAndStageList>, int)
List of Setup stages in technologist (0..SetupStagesCount-1)
Declaration
public static ComWrapper<ICamApiSetupStage> SetupStage(this ComWrapper<ICamApiPartAndStageList> listCom, int index)
Parameters
Returns
SetupStagesCount(ComWrapper<ICamApiPartAndStageList>)
Count of Setup stages in technologist
Declaration
public static int SetupStagesCount(this ComWrapper<ICamApiPartAndStageList> listCom)
Parameters
Returns