bimplus-renderer 1.6.115 → 1.6.116
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/processPartitionVertices.js +5 -5
- package/dist/bimplus-renderer.js +1 -1
- package/package.json +1 -1
- package/types/bimplus-renderer.d.ts +2 -0
- package/package-lock.json +0 -13354
package/package.json
CHANGED
|
@@ -302,6 +302,8 @@ declare module 'bimplus-renderer' {
|
|
|
302
302
|
getSlideParams(): Scene;
|
|
303
303
|
getObject(id: string): SelectedObject;
|
|
304
304
|
getContent(): ViewportContent;
|
|
305
|
+
toggleObjectNode({id:string,visible:boolean}): void;
|
|
306
|
+
toggleObjectNodeOpacity({id:string,opacity:boolean}): void;
|
|
305
307
|
}
|
|
306
308
|
|
|
307
309
|
export class ViewportSettings {
|