openbim-backend-components
Advanced tools
Comparing version 1.1.33 to 1.1.34
@@ -22,3 +22,4 @@ import * as FRAG from "bim-fragment"; | ||
export type FragmentsGroupStreamCallback = (buffer: Uint8Array) => Promise<void>; | ||
export declare function streamIfcBufferToFragments(loadCallback: ModelLoadCallback, onGeometriesStreamed: GeometriesStreamCallback, onAssetsStreamed: AssetsStreamCallback, onFragmentsGroupStreamed: FragmentsGroupStreamCallback, settings?: { | ||
export type ProgressCallback = (value: number) => Promise<void>; | ||
export declare function streamIfcBufferToFragments(loadCallback: ModelLoadCallback, onGeometriesStreamed: GeometriesStreamCallback, onAssetsStreamed: AssetsStreamCallback, onFragmentsGroupStreamed: FragmentsGroupStreamCallback, onProgress: ProgressCallback, settings?: { | ||
stream?: FragmentIfcStreamingSettings; | ||
@@ -25,0 +26,0 @@ parser?: LoaderSettings; |
import { LoaderSettings, ModelLoadCallback } from "web-ifc"; | ||
import { ProgressCallback } from "../FragmentIfcStreamer"; | ||
export type PropertiesStreamingSettings = { | ||
@@ -9,5 +10,5 @@ propertiesSize: number; | ||
export type IndicesStreamedCallback = (data: number[][]) => Promise<void>; | ||
export declare function streamProperties(loadCallback: ModelLoadCallback, onPropertiesStreamed: PropertiesStreamedCallback, onIndicesStreamed: IndicesStreamedCallback, settings?: { | ||
export declare function streamProperties(loadCallback: ModelLoadCallback, onPropertiesStreamed: PropertiesStreamedCallback, onIndicesStreamed: IndicesStreamedCallback, onProgress: ProgressCallback, settings?: { | ||
stream?: PropertiesStreamingSettings; | ||
parser?: LoaderSettings; | ||
}): Promise<void>; |
{ | ||
"name": "openbim-backend-components", | ||
"version": "1.1.33", | ||
"version": "1.1.34", | ||
"main": "index.js", | ||
@@ -38,3 +38,3 @@ "author": "antonio gonzalez viegas", | ||
"bim-fragment": "1.3.17", | ||
"openbim-components": "1.4.0-alpha.15", | ||
"openbim-components": "1.4.0-alpha.16", | ||
"three": "0.160.1", | ||
@@ -41,0 +41,0 @@ "web-ifc": "0.0.51" |
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
12906357
1058
+ Addedbim-fragment@1.3.35(transitive)
+ Addedopenbim-components@1.4.0-alpha.16(transitive)
- Removedbim-fragment@1.3.34(transitive)
- Removedopenbim-components@1.4.0-alpha.15(transitive)