This commit is contained in:
ChenX
2024-09-25 11:57:15 +08:00
parent acd7eaaca0
commit 20c3f892e7
2033 changed files with 2355 additions and 23125 deletions

View File

@@ -13,10 +13,11 @@ export declare class IHostApplicationServices {
DefaultWallMaterial?: MeshBasicMaterial | MeshStandardMaterial;
DefaultBulkheadCeilingMaterial?: MeshBasicMaterial | MeshStandardMaterial;
IsRoomEntityVisible: boolean;
CurrentDimStyle: ObjectId;
CurrentLayer: ObjectId<LayerTableRecord>;
/** 当前画笔的颜色索引 */
CurrentColorindex: number;
CurrentDimStyle: ObjectId;
CurrentFontStyle: ObjectId;
isShowLightShadow: boolean;
ShowHistoryLog: boolean;
Physical2EdgeColor: number;
@@ -34,6 +35,11 @@ export declare class IHostApplicationServices {
sealingColorMap: [string, string][];
showLines: boolean;
showOpenDirLines: boolean;
doorLinesOption: {
physicalShowLines: boolean;
physicalShowLines2: boolean;
reverseOpenDirLines: boolean;
};
show2DPathLine: boolean;
show2DPathObject: boolean;
uese: string;
@@ -69,6 +75,8 @@ export declare class IHostApplicationServices {
fractionDigitsType: FractionDigitsType;
throughModelSegmentedDrill: boolean;
autoDeviation: boolean;
autoDeviationMinDist: number;
smallGrooveThreshold: number;
private constructor();
private static _SingleInstance;
static GetInstance(): IHostApplicationServices;