提供布尔运算,分析放置文字点位置的算法
This commit is contained in:
3
types/GraphicsSystem/RenderType.d.ts
vendored
3
types/GraphicsSystem/RenderType.d.ts
vendored
@@ -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
|
Reference in New Issue
Block a user