You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-15Lines changed: 9 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,27 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Added
11
11
12
-
* Added a base `BlockModel`.
13
12
* Added reference to model `Element.model` to `Element`.
14
13
* Added `Element.modelgeometry` as the cached geometry of an element in model coordinates, taking into account the modifying effect of interactions with other elements.
15
14
* Added `Element.modeltransformation` as the cached transformation from element to model coordinates.
16
15
* Added `Element.compute_elementgeometry()`.
17
16
* Added `Element.compute_modelgeometry()` to replace `Element.compute_geometry()`.
18
17
* Added `Element.compute_modeltransformation()` to replace `Element.compute_worldtransformation()`.
0 commit comments