Table of Contents

Class NcKindUtil

Namespace
Hi.MachiningProcs
Assembly
HiMech.dll

NcKind helpers.

public static class NcKindUtil
Inheritance
NcKindUtil
Inherited Members

Methods

DetectByPath(string)

Detects an NC program file's NcKind from its extension. CL (.cl / .cls / .clsf) and CSV (.csv) are closed extension sets; everything else — the open world of brand controller extensions (.nc, .ptp, .tap, .h, …) — maps to BrandNc, so an exotic brand extension can never be misrouted.

public static NcKind DetectByPath(string filePath)

Parameters

filePath string

Returns

NcKind