Skip to content

v1.2.0

Compare
Choose a tag to compare
@rebeccasc rebeccasc released this 14 Apr 15:19
· 47 commits to master since this release

New features

  • Parser configuration:
    The parser now holds an configuration object that can be used to set the following parameters:

    • solution engine:
      GeometrySolution.BODY (more detailed, less IFC support),
      GeometrySolution.BOUNDING_BOX (less detailed, more IFC support)
    • enable/disable input optimization
    • enable/disable output optimization
    • optimiziation parameters e.g. merge distance between nodes

    Note: For now the configuration is fixed. There is no access for the user until the parser is more stable.

  • Optimize IFC input files: Remove block comments

  • Optimize parsed IFC files: Merge overlapping nodes to reduce dataset

Fixes

  • Log file path info: Show proper path to log file on info panel

General

  • Refactoring and clean code changes
  • Add spotbug plugin to gradle
  • Show more detailed information on BIM-import progress bar