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.
9 lines (8 loc) • 516 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 BEZIER_MIRRORING;
(function (BEZIER_MIRRORING) {
BEZIER_MIRRORING[BEZIER_MIRRORING["NONE"] = 10] = "NONE";
BEZIER_MIRRORING[BEZIER_MIRRORING["ANGLE"] = 11] = "ANGLE";
BEZIER_MIRRORING[BEZIER_MIRRORING["ANGLE_LENGTH"] = 12] = "ANGLE_LENGTH";
})(BEZIER_MIRRORING || (BEZIER_MIRRORING = {}));