更新版本
This commit is contained in:
12
types/Common/SystemEnum.d.ts
vendored
12
types/Common/SystemEnum.d.ts
vendored
@@ -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
|
Reference in New Issue
Block a user