Table of Contents

Interface INcStepMonitee

Namespace
Hi.NcStepUtils
Assembly
HiMech.dll

Interface for monitoring NC steps. Provides functionality for acquiring NC step information and managing color guides. Implements IMakeXmlSource for XML serialization.

public interface INcStepMonitee : IMakeXmlSource
Inherited Members
Extension Methods

Properties

ColorGuide

Gets or sets the color guide for visual representation.

IColorGuide ColorGuide { get; set; }

Property Value

IColorGuide

Methods

AquireNcStep(CancellationToken)

Acquires an NC step for a sequence.

INcStep0 AquireNcStep(CancellationToken cancellationToken)

Parameters

cancellationToken CancellationToken

The cancellation token to observe while waiting for the task to complete.

Returns

INcStep0

An instance of INcStep0 representing the acquired NC step.