Class MachiningParallelProc.StepTaskBundle
- Namespace
- Hi.MachiningProcs
- Assembly
- HiMech.dll
Represents a bundle of tasks related to a milling step.
public class MachiningParallelProc.StepTaskBundle
- Inheritance
-
MachiningParallelProc.StepTaskBundle
- Inherited Members
- Extension Methods
Constructors
StepTaskBundle(double, double)
Initializes a new instance of the MachiningParallelProc.StepTaskBundle class with background and spindle temperatures.
public StepTaskBundle(double backgroundTemperature_K, double spindleTemperature_K)
Parameters
backgroundTemperature_K
doubleThe background temperature in Kelvin.
spindleTemperature_K
doubleThe spindle temperature in Kelvin.
Properties
MachiningStep
Gets the machining step.
public MachineMotionStep MachiningStep { get; }
Property Value
StepIndex
Gets the index of the step.
public int StepIndex { get; }
Property Value
Methods
Wait(CancellationToken)
Waits for the completion of the post-sequential physics task.
public void Wait(CancellationToken token)
Parameters
token
CancellationTokenThe cancellation token.