Skip to content

Commit 572f236

Browse files
committed
updated CHANGELOG
1 parent bb96601 commit 572f236

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
* Added conversion function `frame_to_rhino_plane` to `compas_rhino.conversions`.
1313
* Added `RhinoSurface.from_frame` to `compas_rhino.geometry`.
1414
* Added representation for trims with `compas.geometry.BrepTrim`.
15+
* Added `Arc` to `compas.geometry`.
16+
* Added `Arc` conversion functions to `compas_rhino.conversions`.
17+
* Added `from_sphere` alternative constructor to `RhinoBrep`.
18+
* Added support for singular trims to `RhinoBrep`.
1519

1620
### Changed
1721

@@ -20,6 +24,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2024
* Changed deepcopy of `RhinoBrep` to use the native `Rhino.Geometry` mechanism.
2125
* The normal of the cutting plane is no longer flipped in `compas_rhino.geometry.RhinoBrep`.
2226
* Planar holes caused by `RhinoBrep.trim` are now automatically capped.
27+
* Fixed serialization of sphere and cylinder Breps in `RhinoBrep`.
28+
* Fixed serialization of some trimmed shapes in `RhinoBrep`.
2329

2430
### Removed
2531

0 commit comments

Comments
 (0)