Skip to content

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 22 Jul 16:33
· 84 commits to main since this release

Added

  • Added export method to IFCFile and Model to export selected list of entities.
  • Added update_linear_deflection to Model.
  • Added unit attribute to Model.
  • Added unit keyword argument to Model.template().
  • Added recursive, ignore_fields, include_fields options to Base.to_dict().
  • Added quantities to compas_ifc.entities.extensions.IfcObject.

Changed

  • Automatically convert Brep to Mesh when assigned in IFC2X3.

Removed