同步代码

This commit is contained in:
ChenX
2023-05-18 21:45:34 +08:00
parent b3cfd62996
commit 738c42e64e
105 changed files with 591 additions and 253 deletions

View File

@@ -8,6 +8,7 @@ export declare class IHostApplicationServices {
DefaultMeshMaterial?: MeshBasicMaterial | MeshStandardMaterial;
DefaultFloorMaterial?: MeshBasicMaterial | MeshStandardMaterial;
DefaultWallMaterial?: MeshBasicMaterial | MeshStandardMaterial;
IsRoomEntityVisible: boolean;
CurrentDimStyle: ObjectId;
isShowLightShadow: boolean;
ShowHistoryLog: boolean;
@@ -36,6 +37,7 @@ export declare class IHostApplicationServices {
noModeingData: string;
statTk: boolean;
statSt: boolean;
drillRemark: boolean;
};
viewSize: {
minViewHeight: number;