speckle-server/packages/fileimport-service
Iain Sproat 372dc83167
feat(file import): model ID is passed to IFC parser (#3523)
* feat(file import): model ID is passed to IFC parser

* command line arguments same for obj & stl
2024-11-20 11:33:14 +00:00
..
.vscode gergo/multiRegionFileImport (#3474) 2024-11-13 14:20:25 +01:00
ifc feat(file import): model ID is passed to IFC parser (#3523) 2024-11-20 11:33:14 +00:00
obj gergo/multiRegionFileImport (#3474) 2024-11-13 14:20:25 +01:00
observability feat(shared): modularized package & node16 support (#2336) 2024-06-11 14:12:13 +03:00
src feat(file import): model ID is passed to IFC parser (#3523) 2024-11-20 11:33:14 +00:00
stl gergo/multiRegionFileImport (#3474) 2024-11-13 14:20:25 +01:00
Dockerfile chore: updating ws everywhere to resolve SNYK-JS-WS-7266574 (#2385) 2024-06-18 13:26:01 +03:00
README.md fileimport-service 2021-10-05 14:41:19 +03:00
eslint.config.mjs chore: upgrade to eslint 9 (#2348) 2024-06-12 14:38:02 +03:00
jsconfig.json feat: Standardized & cleaned up formatting & linting across repo #617 (#618) 2022-03-16 10:10:30 +02:00
knex.js gergo/multiRegionFileImport (#3474) 2024-11-13 14:20:25 +01:00
package.json gergo/multiRegionFileImport (#3474) 2024-11-13 14:20:25 +01:00
requirements.txt chore(Dockerfile): bump images to debian bookworm, pin images by digest, and github action to auto-bump (#1937) 2024-01-05 11:51:04 +00:00

README.md

ifc-parser

TODO: description

Usage

const ifcParser = require('ifc-parser');

// TODO: DEMONSTRATE API