更新版本

This commit is contained in:
ChenX
2024-06-24 16:22:43 +08:00
parent 53d81a3461
commit cad3b381d9
45 changed files with 2151 additions and 1285 deletions

View File

@@ -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