0.1.1 • Published 2 years ago

ngx-lbd-parsers v0.1.1

Weekly downloads
-
License
-
Repository
-
Last release
2 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

2 years ago

0.1.1

2 years ago

0.0.15

2 years ago

0.0.11

2 years ago

0.0.12

2 years ago

0.0.13

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago