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
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
12
12
### Changed
13
13
14
+
* Fixed bug in combination of `compas_rhino.artists.MeshArtist.draw_mesh` and `compas_rhino.utilities.drawing.draw_mesh`.
14
15
* Changed abstract method `compas.artists.MeshArtist.draw_mesh` to implemented method in `compas_plotters.artists.MeshArtist.draw_mesh`.
15
16
16
17
### Removed
@@ -26,6 +27,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
26
27
* Added pluggables for `compas.geometry.NurbsSurface.__new__`, `compas.geometry.NurbsSurface.from_parameters`, `compas.geometry.NurbsSurface.from_points`, `compas.geometry.NurbsSurface.from_fill`, `compas.geometry.NurbsSurface.from_step`.
27
28
* Added missing implementations for abstract clear methods of `compas_rhino.artists.volmeshartist`.
28
29
30
+
* Added `compas_rhino.geometry.RhinoBox`, `compas_rhino.geometry.RhinoCircle`, `compas_rhino.geometry.RhinoCone`, `compas_rhino.geometry.RhinoCurve`, `compas_rhino.geometry.RhinoCylinder`, `compas_rhino.geometry.RhinoEllipse`, `compas_rhino.geometry.RhinoLine`, `compas_rhino.geometry.RhinoMesh`, `compas_rhino.geometry.RhinoPlane`, `compas_rhino.geometry.RhinoPoint`, `compas_rhino.geometry.RhinoPolyline`, `compas_rhino.geometry.RhinoSphere`, `compas_rhino.geometry.RhinoSurface`, `compas_rhino.geometry.RhinoVector` as wrappers for working with Rhino geometry through geometry conversions or coercion of doc objects.
31
+
* Added `compas_rhino.conversions` from COMPAS geometry to Rhino geometry and vice versa, for primitives, shapes, curves, surfaces, meshes.
32
+
* Added `compas_rhino.coercion` from Rhino doc objects to Rhino geometry compatible with COMPAS geometry.
33
+
29
34
### Changed
30
35
31
36
* Fixed bug in directions of `compas.datastructures.Mesh.from_meshgrid`.
@@ -137,6 +142,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
137
142
* Added general plotter for geometry objects and data structures based on the artist registration mechanism.
138
143
* Added support for multimesh files to OBJ reader/writer.
139
144
* Added support for attaching and detaching meshes in `compas.robots.RobotModelArtist` and drawing them.
145
+
* Added `compas.geometry.NurbsCurve`.
146
+
* Added `compas.geometry.NurbsSurface`.
147
+
* Added `compas_rhino.conversions`.
148
+
* Added `compas_rhino.geometry.RhinoBox`.
149
+
* Added `compas_rhino.geometry.RhinoCone`.
150
+
* Added `compas_rhino.geometry.RhinoCylinder`.
151
+
* Added `compas_rhino.geometry.RhinoPolyline`.
152
+
* Added `compas_rhino.geometry.RhinoSphere`.
140
153
* Added `meshes` method to artists of `compas.robots.RobotModel`.
0 commit comments