@manycore/custom-ksg-viewer-sdk
Advanced tools
Comparing version 1.1.8 to 1.1.9
@@ -61,2 +61,5 @@ /** | ||
config: ServiceConfig; | ||
[ServiceProperties]: any; | ||
__INTERNAL__propertyGet(key: string): any; | ||
__INTERNAL__propertySet(key: string, value: any): void; | ||
} | ||
@@ -121,9 +124,2 @@ | ||
/** | ||
* 重置相机视角 | ||
* @example | ||
* ```typescript | ||
* app.cameraService.resetPerspective() | ||
* ``` | ||
*/ | ||
/** | ||
* 更新相机类型 | ||
@@ -355,2 +351,13 @@ * 切换至正交相机视角 | ||
export declare enum EHighlightType { | ||
/** | ||
* 整体高亮 | ||
*/ | ||
BOX = 'box', | ||
/** | ||
* 线框高亮 | ||
*/ | ||
WIREFRAME = 'wireframe' | ||
} | ||
/** | ||
@@ -503,9 +510,2 @@ * 交互模式 | ||
/** | ||
* 获取场景内展示的配件 | ||
* @example | ||
*```typescript | ||
* app.fittingViewerService.getFittings(); | ||
* ``` | ||
*/ | ||
/** | ||
* 全量替换场景内的配件 | ||
@@ -571,3 +571,6 @@ * @example | ||
* 高亮指定模型 | ||
* @param options | ||
* @param options[].id 模型id | ||
* @param options[].type 高亮类型:默认整体高亮 | ||
* @param options[].color 高亮颜色:默认`#c7ff8e` | ||
* @param options[].opacity 高亮不透明度: 默认0.4 | ||
* @param isExclusive 是否全量替换原本的高亮对象 默认`true` | ||
@@ -581,2 +584,3 @@ * @example | ||
id: string; | ||
type?: EHighlightType; | ||
color?: number | string; | ||
@@ -1392,3 +1396,3 @@ opacity?: number; | ||
export declare type IViewOption = IDesignViewOption | IAuditDesignViewOption | IOrderViewOption | ||
export declare type IViewOption = IDesignViewOption | IAuditDesignViewOption | IOrderViewOption; | ||
@@ -1930,2 +1934,4 @@ /** | ||
declare const ServiceProperties: unique symbol; | ||
/** | ||
@@ -1932,0 +1938,0 @@ * 样式属性对象 |
{ | ||
"name": "@manycore/custom-ksg-viewer-sdk", | ||
"version": "1.1.8", | ||
"version": "1.1.9", | ||
"description": "custom-ksg-view-sdk", | ||
@@ -5,0 +5,0 @@ "author": "白酒 <baijiu@hequnmail.com>", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4364322
2914