ducjs
Version:
The duc 2D CAD file format is a cornerstone of our advanced design system, conceived to cater to professionals seeking precision and efficiency in their design work.
11 lines (10 loc) • 666 B
JavaScript
// automatically generated by the FlatBuffers compiler, do not modify
/* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescript-eslint/no-non-null-assertion */
export var TOLERANCE_DISPLAY;
(function (TOLERANCE_DISPLAY) {
TOLERANCE_DISPLAY[TOLERANCE_DISPLAY["NONE"] = 10] = "NONE";
TOLERANCE_DISPLAY[TOLERANCE_DISPLAY["SYMMETRICAL"] = 11] = "SYMMETRICAL";
TOLERANCE_DISPLAY[TOLERANCE_DISPLAY["DEVIATION"] = 12] = "DEVIATION";
TOLERANCE_DISPLAY[TOLERANCE_DISPLAY["LIMITS"] = 13] = "LIMITS";
TOLERANCE_DISPLAY[TOLERANCE_DISPLAY["BASIC"] = 14] = "BASIC";
})(TOLERANCE_DISPLAY || (TOLERANCE_DISPLAY = {}));