Table of Contents

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

Detect from the file extension — see DetectByPath(string).

BrandNc = 1

Famous-brand controller code (G-code dialects) — the catch-all default.

Cl = 2

NX-CL (CLSF) cutter-location file.

Csv = 3

CSV control table.

Remarks

Vocabulary note: Nc is the umbrella term for any machine-readable program the session can play (brand controller code, CL, CSV — matching INcRunner / RunNcFile); BrandNc is the narrow term for the famous-brand controller dialects (Fanuc / Siemens / Heidenhain G-code families).