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
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,10 +9,25 @@ 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
+
* Added reference to model `Element.model` to `Element`.
14
+
* 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
+
* Added `Element.modeltransformation` as the cached transformation from element to model coordinates.
16
+
* Added `Element.compute_elementgeometry()`.
17
+
* Added `Element.compute_modelgeometry()` to replace `Element.compute_geometry()`.
18
+
* Added `Element.compute_modeltransformation()` to replace `Element.compute_worldtransformation()`.
19
+
12
20
### Changed
13
21
22
+
* Changed `Element.graph_node` to `Element.graphnode`.
23
+
* Changed `Element.tree_node` to `Element.treenode`.
24
+
* Changed `blockmodel_interfaces` to use the bestfit frame shared by two aligned interfaces instead of the frame of first face of the pair.
25
+
14
26
### Removed
15
27
28
+
* Removed model reference `ElementTree.model` from `ElementTree`.
29
+
* Removed `InterfaceElement` from elements.
30
+
16
31
17
32
## [0.4.5] 2024-12-11
18
33
@@ -35,6 +50,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
0 commit comments