Skip to content

Commit 1834351

Browse files
committed
log
1 parent 7f285af commit 1834351

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
* Added back `Group` Element.
1313
* Added `ElementObject` and `ModelElement` for `compas_viewer`.
14+
* Added `compas_model.algorithms.brep_brep_contacts` for calculation of simple, flat contacts between two breps.
15+
* Added `compas_model.models.Model.contacts` iterator.
16+
* Added `brep_brep_contacts` for calculation of contacts between elements with brep geometry.
1417

1518
### Changed
1619

17-
* Updated existing `ElementObject` and `ModelElement` for renewed `SceneObject` APIs.
20+
* Updated existing `ElementObject` and `ModelElement` for renewed `SceneObject` APIs.
21+
* Changed `compas_model.interactions.Contact` to require only points, and lazy calculate all other attributes only when not explicitly provided.
22+
* Changed `compas_model.models.Model.compute_contacts` to use BVH with OOB nodes for calculation of contact candidates.
1823

1924
### Removed
2025

@@ -25,6 +30,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2530

2631
### Changed
2732

33+
* Changed calculation of element transformation to include transformation of model.
34+
* Changed serialisation to include transformation of model.
35+
2836
### Removed
2937

3038

@@ -38,7 +46,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3846
* BVH and KDTree search combination in `compas_model.models.Model.compute_contacts`.
3947
* Clean-up of mesh boolean triangulation in `compas_model.interactions.modifiers.boolean_modifier`.
4048

41-
4249
### Removed
4350

4451

0 commit comments

Comments
 (0)