更新包

This commit is contained in:
ChenX
2025-04-01 14:56:29 +08:00
parent dccd6ec73e
commit b08fc5ee5e
164 changed files with 7504 additions and 4655 deletions

View File

@@ -1,4 +1,4 @@
import { MeshBasicMaterial, MeshStandardMaterial, Texture } from 'three';
import { MeshBasicMaterial, MeshStandardMaterial, Texture, Vector3 } from 'three';
import { FractionDigitsType } from '../Common/SystemEnum';
import { Database } from '../DatabaseServices/Database';
import { LayerTableRecord } from '../DatabaseServices/LayerTableRecord';
@@ -16,6 +16,8 @@ export declare class IHostApplicationServices {
CurrentLayer: ObjectId<LayerTableRecord>;
/** 当前画笔的颜色索引 */
CurrentColorindex: number;
/** 当前相机的朝向 */
CurrentCameraDirection: Vector3;
CurrentDimStyle: ObjectId;
CurrentFontStyle: ObjectId;
isShowLightShadow: boolean;
@@ -24,6 +26,8 @@ export declare class IHostApplicationServices {
ConceptualEdgeColor: number;
ConceptualOpacity: number;
ConceptualTransparentOpacity: number;
IsTransparentMetals: boolean;
IsTransparentComp: boolean;
DrawWallBottomFace: boolean;
sealReserve: number;
private __ProxyObject__;
@@ -45,6 +49,8 @@ export declare class IHostApplicationServices {
show2DPathObject: boolean;
uese: string;
forceFilterPxl: boolean;
/** 是否只亮显有大孔的面 */
isOnlyShowBigHole: boolean;
chaidanOption: {
changXiuBian: number;
duanXiuBian: number;
@@ -70,6 +76,10 @@ export declare class IHostApplicationServices {
zoomSpeed: number;
};
cursorSize: ICursorConfig;
linewidths: {
Conceptual: number;
Physical2: number;
};
dimTextHeight: number;
boardCustomNumberTextHeight: number;
lineWidth: number;
@@ -78,6 +88,12 @@ export declare class IHostApplicationServices {
autoDeviation: boolean;
autoDeviationMinDist: number;
smallGrooveThreshold: number;
sealWidthPercentage: number;
useGoodMaterial: boolean;
showAllTextInBox: boolean;
/** 是否设置2/3点空间的父节点 */
isSetParentNodeInPos: boolean;
SealViewShowHardwareEntity: boolean;
private constructor();
private static _SingleInstance;
static GetInstance(): IHostApplicationServices;