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
RuntimeControllerScript API for executing milling commands.
Returns
- IEnumerable<Action>
Sequence of actions to be executed.