Interface IShellCommand
- Namespace
- Hi.ShellCommandUtils
- Assembly
- HiNc.dll
Interface for commands that can be executed in a milling course.
public interface IShellCommand : IMakeXmlSource
- Inherited Members
- Extension Methods
Methods
Run(ShellApi)
Runs the command using the provided script API.
IEnumerable<Action> Run(ShellApi scriptApi)
Parameters
scriptApi
ShellApiScript API for executing milling commands.
Returns
- IEnumerable<Action>
Sequence of actions to be executed.