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 @@ -16,6 +16,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616* Added option to show/hide vertices, edges, and faces in ` compas_rhino.artists.PolyhedronArtist.draw ` .
1717* Added option to show/hide vertices, edges, and faces in ` compas_rhino.artists.SphereArtist.draw ` .
1818* Added option to show/hide vertices, edges, and faces in ` compas_rhino.artists.TorusArtist.draw ` .
19+ * Added option to show/hide vertices, edges, and faces in ` compas_rhino.artists.PolygonArtist.draw ` .
20+ * Added option to show/hide vertices, edges, and faces in ` compas_rhino.artists.PolylineArtist.draw ` .
21+ * Added option to show/hide vertices, edges, and faces in ` compas_rhino.artists.VectorArtist.draw ` .
1922
2023### Changed
2124
@@ -27,6 +30,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2730
2831### Removed
2932
33+ * Removed ` compas_rhino.artists.PointArtist.draw_collection ` .
34+ * Removed ` compas_rhino.artists.CircleArtist.draw_collection ` .
35+ * Removed ` compas_rhino.artists.LineArtist.draw_collection ` .
3036
3137## [ 0.16.9] 2020-10-21
3238
You can’t perform that action at this time.
0 commit comments