File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments