更新版本

This commit is contained in:
ChenX
2025-04-10 15:53:49 +08:00
parent b08fc5ee5e
commit a29566e9b4
43 changed files with 851 additions and 164 deletions

View File

@@ -20,4 +20,16 @@ export declare enum FractionDigitsType {
five = 5,
six = 6
}
/**
* 标注中的箭头样式
* @see https://help.autodesk.com/view/ACD/2019/CHS/?guid=GUID-6E09DCCA-313F-4FF4-BB1B-F41B512B9CC9
*/
export declare enum ArrowType {
/** 三角箭头 */
arrow = "",
/** 圆形小点 */
dotsmall = "_DOTSMALL",
/** 倾斜线段 */
oblique = "_OBLIQUE"
}
//# sourceMappingURL=SystemEnum.d.ts.map