同步代码

This commit is contained in:
ChenX
2023-05-18 21:45:34 +08:00
parent b3cfd62996
commit 738c42e64e
105 changed files with 591 additions and 253 deletions

View File

@@ -38,7 +38,8 @@ export declare enum RenderType {
PrintPrint = 105,
/**真实带线框 */
Physical2Print = 106,
CustomNumberPrint = 109
CustomNumberPrint = 109,
ConceptualTransparent = 182
}
export declare function IsPhysical(renderType: RenderType): boolean;
//# sourceMappingURL=RenderType.d.ts.map