v1.2.0
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.
- solution engine:
-
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