DisplayPipeline.DrawDottedPolyline bug

Hi @stevebaer,

i guess i found a bug, if DrawDottedPolyline is used, every curve drawn after is drawn dotted. This happens in V5 and the WIP. btw. if i would get a free wish for this, please add a closed option to the regular DrawPolyline method :kissing:

thanks,
c.

Sure sounds like a bug; should be pretty easy to fix
https://mcneel.myjetbrains.com/youtrack/issue/RH-38038

You may be able to get the same result by calling DrawPolygon with false for the filled argument.

Thanks @stevebaer, i ended up adding the first point to the polyline pointlist since i needed he thickness bumped up from the default which is not available in DrawPolygon.

c.

RH-38038 is fixed in the latest WIP

1 Like