compas icon indicating copy to clipboard operation
compas copied to clipboard

draw_points argument in PolylineArtist not functional

Open tkmmark opened this issue 3 years ago • 0 comments

Consider making the following insertions (as highlighted):

image

For the developers' copy-and-paste-convenience, the code has been reproduced here as text:

self._points_artists = []

if self._draw_points: for point in self.polyline: self._points_artists.append(self.plotter.add(point))

Setup is based on LineArtist... and tested, as shown below:

image

tkmmark avatar Nov 10 '20 17:11 tkmmark