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
@@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
15
16
16
### Changed
17
17
18
+
* Fixed bug in combination of `compas_rhino.artists.MeshArtist.draw_mesh` and `compas_rhino.utilities.drawing.draw_mesh`.
18
19
* Fixed bug in continuous loops in `compas.datastructures.Halfedge.edge_loop`.
19
20
* Fixed bug in continuous strips in `compas.datastructures.Halfedge.edge_strip`.
20
21
* Changed abstract method `compas.artists.MeshArtist.draw_mesh` to implemented method in `compas_plotters.artists.MeshArtist.draw_mesh`.
@@ -32,6 +33,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
32
33
* 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`.
33
34
* Added missing implementations for abstract clear methods of `compas_rhino.artists.volmeshartist`.
34
35
36
+
* 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.
37
+
* Added `compas_rhino.conversions` from COMPAS geometry to Rhino geometry and vice versa, for primitives, shapes, curves, surfaces, meshes.
38
+
* Added `compas_rhino.coercion` from Rhino doc objects to Rhino geometry compatible with COMPAS geometry.
39
+
35
40
### Changed
36
41
37
42
* Fixed bug in directions of `compas.datastructures.Mesh.from_meshgrid`.
@@ -143,6 +148,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
143
148
* Added general plotter for geometry objects and data structures based on the artist registration mechanism.
144
149
* Added support for multimesh files to OBJ reader/writer.
145
150
* Added support for attaching and detaching meshes in `compas.robots.RobotModelArtist` and drawing them.
151
+
* Added `compas.geometry.NurbsCurve`.
152
+
* Added `compas.geometry.NurbsSurface`.
153
+
* Added `compas_rhino.conversions`.
154
+
* Added `compas_rhino.geometry.RhinoBox`.
155
+
* Added `compas_rhino.geometry.RhinoCone`.
156
+
* Added `compas_rhino.geometry.RhinoCylinder`.
157
+
* Added `compas_rhino.geometry.RhinoPolyline`.
158
+
* Added `compas_rhino.geometry.RhinoSphere`.
146
159
* Added `meshes` method to artists of `compas.robots.RobotModel`.
0 commit comments