Enum CommandCategory
- Namespace
- Hi.SessionCommands
- Assembly
- HiNc.dll
Category of a session command in user-facing command catalogs (the GUI “Add Command” listings). Declaration order is the display order.
public enum CommandCategory
- Extension Methods
Fields
[CultureText("zh-Hant", "流程")] [CultureText("zh-Hans", "流程")] Flow = 4Structural commands that organize other commands.
[CultureText("zh-Hant", "優化")] [CultureText("zh-Hans", "优化")] Optimization = 2Optimization configuration.
[CultureText("zh-Hant", "輸出")] [CultureText("zh-Hans", "输出")] Output = 3File and geometry outputs.
[CultureText("zh-Hant", "程式")] [CultureText("zh-Hans", "程序")] Program = 1Executable program content (program files, inline NC code, scripts).
[CultureText("zh-Hant", "設定")] [CultureText("zh-Hans", "设置")] Setup = 0Session-state settings applied when the command runs (resolutions, detection switches, physics).