与主干版本同步
This commit is contained in:
8
types/GraphicsSystem/RenderType.d.ts
vendored
8
types/GraphicsSystem/RenderType.d.ts
vendored
@@ -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
|
Reference in New Issue
Block a user