与主干版本同步

This commit is contained in:
ChenX
2023-05-08 10:53:13 +08:00
parent 8e481e821c
commit ee08cb516b
1748 changed files with 15504 additions and 13758 deletions

View File

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