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 9bf59ae commit e8a66bcCopy full SHA for e8a66bc
CHANGELOG.md
@@ -15,11 +15,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
16
* Added pluggable `Brep` support with `compas.geometry.brep`.
17
* Added Rhino `Brep` plugin in `compas_rhino.geometry.brep`.
18
+* Added boolean operations to the `compas_rhino` `Brep` backend.
19
+* Added boolean operation operator overloads in `compas.geometry.Brep`
20
21
### Changed
22
* Based all gltf data classes on `BaseGLTFDataClass`
23
24
* Fixed `Color.__get___` AttributeError.
25
+* Fixed `cylinder_to_rhino` conversion to match `compas.geometry.Cylinder` location.
26
27
### Removed
28
0 commit comments