同步源码
This commit is contained in:
4
types/GraphicsSystem/RenderType.d.ts
vendored
4
types/GraphicsSystem/RenderType.d.ts
vendored
@@ -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
|
Reference in New Issue
Block a user