Table of Contents

Enum NcDiagnosticSeverity

Namespace
Hi.NcParsers
Assembly
HiMech.dll

Importance level of an NC diagnostic. Combined with NcDiagnosticCategory to form the full diagnostic meaning (e.g., Unsupported + Warning).

public enum NcDiagnosticSeverity
Extension Methods

Fields

Error = 3

Definite issue — result may be incorrect.

Message = 0

Informational progress or status.

Success = 1

Completed successfully.

Warning = 2

Potential issue — processing continues.