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) • 634 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 VIEWPORT_SHADE_PLOT;
(function (VIEWPORT_SHADE_PLOT) {
VIEWPORT_SHADE_PLOT[VIEWPORT_SHADE_PLOT["AS_DISPLAYED"] = 10] = "AS_DISPLAYED";
VIEWPORT_SHADE_PLOT[VIEWPORT_SHADE_PLOT["WIREFRAME"] = 11] = "WIREFRAME";
VIEWPORT_SHADE_PLOT[VIEWPORT_SHADE_PLOT["HIDDEN"] = 12] = "HIDDEN";
VIEWPORT_SHADE_PLOT[VIEWPORT_SHADE_PLOT["RENDERED"] = 13] = "RENDERED";
})(VIEWPORT_SHADE_PLOT || (VIEWPORT_SHADE_PLOT = {}));