Skip to content

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 06 Sep 06:52
· 22 commits to main since this release

Added

  • Added Model.has_element_with_name.
  • Added Model.find_element_with_name.
  • Added Model.find_element_with_name_or_fail.
  • Added Model.find_all_elements_of_type.
  • Added Model.remove_elements_of_type.
  • Added Model.add_or_get_material.
  • Added lazy-computed compas_model.elements.Element.surface_mesh property.
  • Added lazy_computed compas_model.elements.Element.volumetric_mesh property.
  • Added compas_model.elements.Element.compute_surface_mesh property.
  • Added compas_model.elements.Element.compute_volumetric_mesh property.

Changed

  • Changed compas_model.elements.Element.transform to apply the new transformation on top of the current one, instead of replacing it.

Removed

  • Removed lazy-computed compas_model.elements.Element.femesh2 property.
  • Removed lazy_computed compas_model.elements.Element.femesh3 property.
  • Removed compas_model.elements.Element.compute_femesh2 property.
  • Removed compas_model.elements.Element.compute_femesh3 property.