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
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
## Unreleased
9
9
10
10
### Added
11
+
11
12
* Implemented `to_points` method in `compas.datastructures.Mesh`, which before raised a `NotImplementedError`.
12
13
* Implemented `compute_aabb` method in `compas.datastructures.Datastructure`, which before raised a `NotImplementedError`. Made use of the `compas.geometry.bbox.bounding_box` function.
13
14
* Implemented `compute_obb` method in `compas.datastructures.Datastructure`, which before raised a `NotImplementedError`. Made use of the `compas.geometry.bbox_numpy.oriented_bounding_box_numpy` function.
@@ -20,8 +21,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
20
21
* Added missing property `centroid` in `compas_rhino.geometry.RhinoBrep`.
21
22
* Added missing property `curves` in `compas_rhino.geometry.RhinoBrep`.
22
23
* Added missing property `is_closed` in `compas_rhino.geometry.RhinoBrep`.
23
-
* Added missing property `is_compound` in `compas_rhino.geometry.RhinoBrep`.
24
-
* Added missing property `is_compoundsolid` in `compas_rhino.geometry.RhinoBrep`.
25
24
* Added missing property `is_orientable` in `compas_rhino.geometry.RhinoBrep`.
26
25
* Added missing property `is_surface` in `compas_rhino.geometry.RhinoBrep`.
27
26
* Added missing property `is_valid` in `compas_rhino.geometry.RhinoBrep`.
@@ -42,6 +41,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
42
41
43
42
### Removed
44
43
44
+
* Removed property `is_compound` from `compas.geometry.Brep` as OCC specific.
45
+
* Removed property `is_compoundsolid` from `compas.geometry.Brep` as OCC specific.
46
+
* Removed property `solids` from `compas.geometry.Brep` as OCC specific.
47
+
* Removed property `shells` from `compas.geometry.Brep` as OCC specific.
0 commit comments