Table of Contents

Interface IMachiningStepHost

Namespace
Hi.MillingSteps
Assembly
HiMech.dll

Represents a host interface for milling steps that provides access to milling equipment and related resources.

public interface IMachiningStepHost : IGetMachiningEquipment
Inherited Members
Extension Methods

Properties

DictionaryColorGuide

Gets the color guide for dictionary-based coloring.

DictionaryColorGuide DictionaryColorGuide { get; }

Property Value

DictionaryColorGuide

MachiningEquipment

Gets the milling equipment used for machining operations.

MachiningEquipment MachiningEquipment { get; }

Property Value

MachiningEquipment

MachiningToolHouse

Gets the tool house containing milling tools.

MachiningToolHouse MachiningToolHouse { get; }

Property Value

MachiningToolHouse

MillingStepLuggageReader

Gets the parallel bulk reader for milling step luggage data.

ParallelBulkReader<MillingStepLuggage> MillingStepLuggageReader { get; }

Property Value

ParallelBulkReader<MillingStepLuggage>

TimeMapping

Gets the time mapping for synchronization.

TimeMapping TimeMapping { get; }

Property Value

TimeMapping