Enum NcKind
- Namespace
- Hi.MachiningProcs
- Assembly
- HiMech.dll
Kind of an NC program file — selects which of the session's runners plays it (ActiveNcRunner / ClRunner / CsvRunner).
public enum NcKind
- Extension Methods
Fields
Auto = 0Detect from the file extension — see DetectByPath(string).
BrandNc = 1Famous-brand controller code (G-code dialects) — the catch-all default.
Cl = 2NX-CL (CLSF) cutter-location file.
Csv = 3CSV control table.