提供布尔运算,分析放置文字点位置的算法

This commit is contained in:
ChenX
2023-06-19 15:36:00 +08:00
parent d92ad67a75
commit 04506caddf
208 changed files with 3197 additions and 901 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