I am trying to develop a plugin for grasshopper. I have been searching for a way to draw Sketch Objects (the freehand strokes on the canvas) from C#, as i would like to draw something like a rectangle for example. I have not yet found a way to do this - any ideas?
I am aware this might not be the best way and maybe i should just draw it using graphics.DrawRectangle(), but using Sketch Objects is probably easier as there is already a way of interacting with them in gh (for example for changing the linetype etc).