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 f1f5214 commit a1673b7Copy full SHA for a1673b7
CHANGELOG.md
@@ -11,11 +11,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
12
* Added conversion function `frame_to_rhino_plane` to `compas_rhino.conversions`.
13
* Added `RhinoSuface.from_frame` to `compas_rhino.geometry`.
14
+* Added representation for trims with `compas.geometry.BrepTrim`.
15
16
### Changed
17
18
* Fixed strange point values in RhinoNurbsCurve caused by conversion `ControlPoint` to COMPAS instead of `ControlPoint.Location`.
19
* Fixed flipped order of NURBS point count values when creating RhinoNurbsSurface from parameters.
20
+* Changed serialization format and reconstruction procedure of `RhinoBrep`.
21
22
### Removed
23
0 commit comments