0.1.1 • Published 3 years ago

ngx-lbd-parsers v0.1.1

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

Linked Building Data parsers for Angular

Creator: Mads Holten Rasmussen

The library includes a set of parsers from IFC to LBD on Angular. The various parsers take an IfcManager (from IFCjs) and a modelID and return an N3 store.

Install to Angular project

  1. Install package npm i --save ngx-lbd-parsers

  2. Install dependencies npm i --save n3 process ngx-ifc-geometry-operations yuka three-csg-ts jsonld npm i --save-dev @types/n3 @types/yuka

  3. Add polyfills

(window as any).global = window;
 
// prestep: `npm i -S process`
import * as process from 'process';
window['process'] = process;

Add to app.module.ts

import { LBDParsersModule } from 'ngx-lbd-parsers';

@NgModule({
  imports: [
    ...,
    LBDParsersModule
  ]
})

Use

See examples of use in the LD-BIM viewer.

0.1.0

3 years ago

0.1.1

3 years ago

0.0.15

3 years ago

0.0.11

3 years ago

0.0.12

3 years ago

0.0.13

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago