ver
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user