更新版本

This commit is contained in:
2025-10-13 14:01:33 +08:00
parent 047114c49a
commit 780d0bdadc
91 changed files with 5962 additions and 2562 deletions

View File

@@ -22,6 +22,8 @@ export declare class IHostApplicationServices {
CurrentFontStyle: ObjectId;
isShowLightShadow: boolean;
ShowHistoryLog: boolean;
/** 默认是否显示AI助手 */
isShowAI: boolean;
Physical2EdgeColor: number;
ConceptualEdgeColor: number;
ConceptualOpacity: number;
@@ -89,6 +91,7 @@ export declare class IHostApplicationServices {
throughModelSegmentedDrill: boolean;
autoDeviation: boolean;
autoDeviationMinDist: number;
autoAvoidSideModel: boolean;
smallGrooveThreshold: number;
sealWidthPercentage: number;
useGoodMaterial: boolean;