Comparing version 0.0.22 to 0.0.23
{ | ||
"name": "web-ifc", | ||
"version": "0.0.22", | ||
"version": "0.0.23", | ||
"description": "ifc loading on the web", | ||
@@ -5,0 +5,0 @@ "main": "web-ifc-api.js", |
@@ -19,2 +19,3 @@ export * from "./ifc2x4"; | ||
CIRCLE_SEGMENTS_HIGH?: number; | ||
BOOL_ABORT_THRESHOLD?: number; | ||
} | ||
@@ -45,2 +46,8 @@ export interface Vector<T> { | ||
} | ||
export interface LoaderError { | ||
type: string; | ||
message: string; | ||
expressID: number; | ||
ifcType: number; | ||
} | ||
export interface IfcGeometry { | ||
@@ -79,2 +86,3 @@ GetVertexData(): number; | ||
GetLine(modelID: number, expressID: number, flatten?: boolean): any; | ||
GetAndClearErrors(modelID: number): Vector<LoaderError>; | ||
WriteLine(modelID: number, lineObject: any): void; | ||
@@ -81,0 +89,0 @@ FlattenLine(modelID: number, line: any): void; |
@@ -19,2 +19,3 @@ export * from "./ifc2x4"; | ||
CIRCLE_SEGMENTS_HIGH?: number; | ||
BOOL_ABORT_THRESHOLD?: number; | ||
} | ||
@@ -45,2 +46,8 @@ export interface Vector<T> { | ||
} | ||
export interface LoaderError { | ||
type: string; | ||
message: string; | ||
expressID: number; | ||
ifcType: number; | ||
} | ||
export interface IfcGeometry { | ||
@@ -79,2 +86,3 @@ GetVertexData(): number; | ||
GetLine(modelID: number, expressID: number, flatten?: boolean): any; | ||
GetAndClearErrors(modelID: number): Vector<LoaderError>; | ||
WriteLine(modelID: number, lineObject: any): void; | ||
@@ -81,0 +89,0 @@ FlattenLine(modelID: number, line: any): void; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
4427014
113182