ngx-ifc-geometry-operations
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

GeometryOperations in LD-BIM for Angular

Creator: Alex Schlachter

The library includes a set of geometry operations for three.js-based IFC-geometries (from IFC.js). See Three.js examples here (https://stemkoski.github.io/Three.js/)

Install to Angular project

  1. Install package npm i --save ngx-geometry-operations

  2. Install dependencies npm i --save three web-ifc-three npm i --save-dev @types/three npm i --save yuka npm i --save three-csg-ts

  3. Add to app.module.ts

import { GeometryOperationsModule } from 'ngx-geometry-operations';

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

Use

See examples of use in the LD-BIM viewer.

Readme

Keywords

none

Package Sidebar

Install

npm i ngx-ifc-geometry-operations

Weekly Downloads

0

Version

0.0.1

License

none

Unpacked Size

410 kB

Total Files

22

Last publish

Collaborators

  • madsholten