Class PartStageHelper
Inheritance
PartStageHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class PartStageHelper
Methods
Machine(ComWrapper<ICamApiPartStage>)
Declaration
public static ComWrapper<ICamApiMachine> Machine(this ComWrapper<ICamApiPartStage> partStageCom)
Parameters
Returns
PartIndex(ComWrapper<ICamApiPartStage>)
Internal Identifier of the setup stage to ask by ICamApiTechnologist.Part[]
Declaration
public static int PartIndex(this ComWrapper<ICamApiPartStage> partStageCom)
Parameters
Returns
SetupStageIndex(ComWrapper<ICamApiPartStage>)
Internal Identifier of the setup stage to ask by ICamApiTechnologist.SetupStage[]
Declaration
public static int SetupStageIndex(this ComWrapper<ICamApiPartStage> partStageCom)
Parameters
Returns
WorkpieceCoordinateSystem(ComWrapper<ICamApiPartStage>)
Workpiece coordinate system of the part stage
Declaration
public static ComWrapper<ICamApiWorkpieceCoordinateSystem> WorkpieceCoordinateSystem(this ComWrapper<ICamApiPartStage> partStageCom)
Parameters
Returns
WorkpieceSetup(ComWrapper<ICamApiPartStage>)
Declaration
public static ComWrapper<ICamApiWorkpieceSetup> WorkpieceSetup(this ComWrapper<ICamApiPartStage> partStageCom)
Parameters
Returns