We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efb4afb commit d6b6612Copy full SHA for d6b6612
CHANGELOG.md
@@ -10,11 +10,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
### Added
11
12
* Added key conversion map to `compas.colors.ColorDict` to avoid serialisation problems with tuple keys when used in combination with edges.
13
+* Added `Scene.find_all_by_itemtype`.
14
15
### Changed
16
17
* Fixed bug in `VolMesh.delete_cell`.
18
* Fixed `NoneType` error when calling `compas.geometry.Sphere.edges`.
19
+* Fixed bug in `VolMesh.vertex_halffaces`.
20
+* Fixed bug in `VolMesh.vertex_cells`.
21
+* Fixed bug in `VolMesh.is_halfface_on_boundary`.
22
23
24
### Removed
0 commit comments