Table of Contents

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 double

The background temperature in Kelvin.

spindleTemperature_K double

The spindle temperature in Kelvin.

Properties

MachiningStep

Gets the machining step.

public MachineMotionStep MachiningStep { get; }

Property Value

MachineMotionStep

StepIndex

Gets the index of the step.

public int StepIndex { get; }

Property Value

int

Methods

Wait(CancellationToken)

Waits for the completion of the post-sequential physics task.

public void Wait(CancellationToken token)

Parameters

token CancellationToken

The cancellation token.