更新版本
This commit is contained in:
@@ -1,16 +1,22 @@
|
||||
import { MeshBasicMaterial, MeshStandardMaterial, Texture } from 'three';
|
||||
import { FractionDigitsType } from '../Common/SystemEnum';
|
||||
import { Database } from '../DatabaseServices/Database';
|
||||
import { LayerTableRecord } from '../DatabaseServices/LayerTableRecord';
|
||||
import { ObjectId } from '../DatabaseServices/ObjectId';
|
||||
import { ICursorConfig } from '../Editor/ICursorConfig';
|
||||
import { RenderType } from '../GraphicsSystem/RenderType';
|
||||
import { DrillingOption } from '../UI/Store/drillInterface';
|
||||
export declare class IHostApplicationServices {
|
||||
Database: Database;
|
||||
DefaultMeshMaterial?: MeshBasicMaterial | MeshStandardMaterial;
|
||||
DefaultFloorMaterial?: MeshBasicMaterial | MeshStandardMaterial;
|
||||
DefaultWallMaterial?: MeshBasicMaterial | MeshStandardMaterial;
|
||||
DefaultBulkheadCeilingMaterial?: MeshBasicMaterial | MeshStandardMaterial;
|
||||
IsRoomEntityVisible: boolean;
|
||||
CurrentDimStyle: ObjectId;
|
||||
CurrentLayer: ObjectId<LayerTableRecord>;
|
||||
/** 当前画笔的颜色索引 */
|
||||
CurrentColorindex: number;
|
||||
isShowLightShadow: boolean;
|
||||
ShowHistoryLog: boolean;
|
||||
Physical2EdgeColor: number;
|
||||
@@ -48,6 +54,7 @@ export declare class IHostApplicationServices {
|
||||
sealValues: string;
|
||||
hardwareExpressionFormattingAccuracy: number;
|
||||
partialSplitValueCanTakesEffect: boolean;
|
||||
cancelHoleProcessing: boolean;
|
||||
};
|
||||
viewSize: {
|
||||
minViewHeight: number;
|
||||
|
Reference in New Issue
Block a user