ifc-reader-2 1.3.0 → 1.3.2

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.
@@ -91,6 +91,9 @@ export declare class ViralutionSolid {
91
91
  GeometryId: string;
92
92
  Transform: number[];
93
93
  }
94
+ /**
95
+ * this class stand for a single element
96
+ */
94
97
  export declare class RevitTransform {
95
98
  BasisX: ViralPoint;
96
99
  BasisY: ViralPoint;
@@ -1,5 +1,5 @@
1
- import { IfcFragmentSettings } from './models/ifc-fragment-settings';
2
1
  import { ProgressCallback, ViralutionIFCModel } from './base-types';
2
+ import { IfcFragmentSettings } from './models/ifc-fragment-settings';
3
3
  export declare class IFCReader {
4
4
  private _webIfc;
5
5
  settings: IfcFragmentSettings;
@@ -20,7 +20,7 @@ export declare class IFCReader {
20
20
  load2(data: Uint8Array, onProgress?: ProgressCallback, startTime?: number): Promise<ViralutionIFCModel>;
21
21
  readIfcFile(data: Uint8Array): Promise<number>;
22
22
  private getAllGeometries2;
23
- private _groupByGeometryId;
23
+ private _elementCompositions;
24
24
  private getMesh2;
25
25
  private getGeometry;
26
26
  private getAllProperties;