File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515* Added ` Model.find_all_elements_of_type ` .
1616* Added ` Model.remove_elements_of_type ` .
1717* Added ` Model.add_or_get_material ` .
18+ * Added lazy-computed ` compas_model.elements.Element.surface_mesh ` property.
19+ * Added lazy_computed ` compas_model.elements.Element.volumetric_mesh ` property.
20+ * Added ` compas_model.elements.Element.compute_surface_mesh ` property.
21+ * Added ` compas_model.elements.Element.compute_volumetric_mesh ` property.
1822
1923### Changed
2024
25+ * Changed ` compas_model.elements.Element.transform ` to apply the new transformation on top of the current one, instead of replacing it.
26+
2127### Removed
2228
29+ * Removed lazy-computed ` compas_model.elements.Element.femesh2 ` property.
30+ * Removed lazy_computed ` compas_model.elements.Element.femesh3 ` property.
31+ * Removed ` compas_model.elements.Element.compute_femesh2 ` property.
32+ * Removed ` compas_model.elements.Element.compute_femesh3 ` property.
2333
2434## [ 0.8.0] 2025-06-04
2535
You can’t perform that action at this time.
0 commit comments