Developing a plugin for Gh.
I have a custom class that I output from one component to be used as an input for another component. The class represents a simple geometry (brep) with additional info. I would like to preview the geometry to the user.
When I output the class object through pManager.AddGenericParameter(), I get the proper output, but no geometric representation.
So, my question is…
How can I preview geometry of my choosing, even though the geometry is not connected to an output?