Table of Contents

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 = 4

Structural commands that organize other commands.

[CultureText("zh-Hant", "優化")] [CultureText("zh-Hans", "优化")] Optimization = 2

Optimization configuration.

[CultureText("zh-Hant", "輸出")] [CultureText("zh-Hans", "输出")] Output = 3

File and geometry outputs.

[CultureText("zh-Hant", "程式")] [CultureText("zh-Hans", "程序")] Program = 1

Executable program content (program files, inline NC code, scripts).

[CultureText("zh-Hant", "設定")] [CultureText("zh-Hans", "设置")] Setup = 0

Session-state settings applied when the command runs (resolutions, detection switches, physics).