UNPKG

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.

10 lines (9 loc) 586 B
// 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 STROKE_PREFERENCE; (function (STROKE_PREFERENCE) { STROKE_PREFERENCE[STROKE_PREFERENCE["SOLID"] = 10] = "SOLID"; STROKE_PREFERENCE[STROKE_PREFERENCE["DASHED"] = 11] = "DASHED"; STROKE_PREFERENCE[STROKE_PREFERENCE["DOTTED"] = 12] = "DOTTED"; STROKE_PREFERENCE[STROKE_PREFERENCE["CUSTOM"] = 13] = "CUSTOM"; })(STROKE_PREFERENCE || (STROKE_PREFERENCE = {}));