How would I go about changing the point style or color of the points outputted by my UserObjects in Grasshopper? Is this possible to do using GhPython?
Theoretically, I’d like to restrict it to the outputs of only one or two components (so that the user knows right away that these points are generated by these components). I’m aware of the Point Styles enumeration in RhinoCommon Display, but am not sure of how to implement changing the point style using GhPython or if it is possible with a UserObject. Any help or hints are much appreciated.