Skip to content

Releases: ThatOpen/engine_web-ifc

0.0.45

26 Nov 18:57
Compare
Choose a tag to compare

GetAllAlignments function returns 3D alignment curves, along with horizontal and vertical curves

0.0.44

27 Sep 08:02
Compare
Choose a tag to compare

What's Changed

*Primarily a Bug Fix release from 0.0.43

0.0.43

06 Sep 07:16
Compare
Choose a tag to compare

Infra support for IFC 4x3

  • New function to read alignments
  • New functions to read cross sections
  • optimisation improvements
  • string ecoding bug fixes

0.0.42

03 Jul 10:02
Compare
Choose a tag to compare

What's Changed

  • Profile optimization option: This method optimizes the loading of highly repeated geometries, such as cylinders and rectangular profiles.
  • Upgraded loader for large-size files.

0.0.41

25 May 08:18
Compare
Choose a tag to compare

What's Changed

-Changed the bundling to attempt to resolve issues with webpack and dependency resolution. There now exists a web-ifc-node.wasm that should be used with node applications.

0.0.40

03 May 08:13
Compare
Choose a tag to compare

What's Changed

-Many boolean improvements
-Refactoring and removal of redundant code.
-Fixing Bugs related to recursive parsing

V0.0.39 - File missing from NPM Package

19 Feb 21:21
7f41e45
Compare
Choose a tag to compare

One of the new code files was missing from the NPM package. This adds the file to the NPM package.

V0.0.38 - Bug Fixes

19 Feb 08:51
Compare
Choose a tag to compare

This release mainly fixes bugs in 0.0.37:
-Fixes handling of expressIDs when writing new IFC files
-Fixes some unicode handling
-Most critically fixes a NPM packaging error that prevent integration into web-ifc-three

V0.0.37 - New Solids System

17 Feb 13:36
Compare
Choose a tag to compare

There are many improvements in this new release. Main improvements are:

  • MultiSchema support IFC2X3, IFC4, IFC4X3
  • A new solids engine
  • A general refactor of the installation and debugging process
  • New profiles
  • Better documenting
  • Support for inverse and inheritance when parsing IFC file
  • Support for IFC header reading/writing