更新版本
This commit is contained in:
@@ -32,6 +32,7 @@ export interface RightPlaneLightOption {
|
||||
SunLightTemperature: number;
|
||||
SunLightElevationDeg: number;
|
||||
SunLightRotateDeg: number;
|
||||
SunLightSourceAngle: number;
|
||||
ShowExposure: boolean;
|
||||
AutoExposure: boolean;
|
||||
ExposureCompensation: number;
|
||||
@@ -195,7 +196,8 @@ export interface ISmoothEdgeOption extends IBaseOption {
|
||||
smoothEdge: number;
|
||||
edge: number;
|
||||
scale: number;
|
||||
filterArr: string[];
|
||||
filterArrs: string[][];
|
||||
filterArr?: string[];
|
||||
}
|
||||
export interface IDrawBoardAutoCutOption {
|
||||
isAutoCut: boolean;
|
||||
@@ -284,6 +286,7 @@ export interface DoorRelatesInfoOption extends IBaseOption {
|
||||
export interface IAutoHoleFaceOption extends IBaseOption {
|
||||
hight: number;
|
||||
filterDrill: string;
|
||||
filterBoards: string;
|
||||
}
|
||||
export interface OneClickInspectionOption extends IBaseOption {
|
||||
InspectionOption: {
|
||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user