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
MachiningEquipment
Gets the milling equipment used for machining operations.
MachiningEquipment MachiningEquipment { get; }
Property Value
MachiningToolHouse
Gets the tool house containing milling tools.
MachiningToolHouse MachiningToolHouse { get; }
Property Value
MillingStepLuggageReader
Gets the parallel bulk reader for milling step luggage data.
ParallelBulkReader<MillingStepLuggage> MillingStepLuggageReader { get; }
Property Value
TimeMapping
Gets the time mapping for synchronization.
TimeMapping TimeMapping { get; }