同步源码

This commit is contained in:
ChenX
2023-03-15 16:40:54 +08:00
parent 8e22f4d0c8
commit b1026b0769
114 changed files with 1107 additions and 782 deletions

View File

@@ -20,6 +20,7 @@ export declare enum RenderType {
Physical2 = 6,
Edge = 7,
PlaceFace = 8,
CustomNumber = 9,
/******************************************** 在视口时的渲染模式 */
/**
* 线框模式
@@ -36,7 +37,8 @@ export declare enum RenderType {
JigPrint = 104,
PrintPrint = 105,
/**真实带线框 */
Physical2Print = 106
Physical2Print = 106,
CustomNumberPrint = 109
}
export declare function IsPhysical(renderType: RenderType): boolean;
//# sourceMappingURL=RenderType.d.ts.map