Namespace Hi.ShellCommands
Classes
- GeomDiffCommand
Command for calculating geometric differences between workpieces.
- Lang
Language package class for command flow.
- ListCommand
A command that contains and executes a list of other commands.
- MachiningMotionResolutionCommand
Command for setting machining motion resolution for the milling process.
- NcCodeCommand
Command for executing NC code directly.
- NcFileCommand
Command for executing NC code from a file.
- NcFileListCommand
Command for executing multiple NC files sequentially.
- NcOptOptionCommand
Command for NC optimization options.
- OptimizeToFilesCommand
Command to call OptimizeToFiles(string).
- PostExecutionCommand
Command for post-execution actions after NC command running.
- PreSettingCommand
Command for pre-settings before NC command running.
- RecordRuntimeGeomCommand
Command for recording runtime geometry to/from file.
- ScriptCommand
Command for executing C# scripts in the milling process.
- WriteRuntimeGeomToStlCommand
Command to call Hi.MillingProcs.MachiningProjectCsScriptApi.WriteRuntimeGeomToStl.
- WriteShotFilesCommand
Command to call WriteShotFiles(string, double).
- WriteStepFilesCommand
Command to call WriteStepFiles(string).
Interfaces
- IShellCommand
Interface for commands that can be executed in a milling course.
- ITitleCommand
IShellCommand with title.
Enums
- RecordRuntimeGeomActionEnum
Action of the RecordRuntimeGeomCommand.