Table of Contents

Interface IShellCommand

Namespace
Hi.ShellCommands
Assembly
HiNc.dll

Interface for commands that can be executed in a milling course.

public interface IShellCommand : IMakeXmlSource
Inherited Members
Extension Methods

Methods

Run(RuntimeController)

Runs the command using the provided script API.

IEnumerable<Action> Run(RuntimeController scriptApi)

Parameters

scriptApi RuntimeController

Script API for executing milling commands.

Returns

IEnumerable<Action>

Sequence of actions to be executed.