Hello all,
I work on a custom GH C# component and have an issue properly casting an input geometry. Since I want the input to be either a point or a curve, I chose to set the input type to GeometryBase. I have already tried many ways so far without success. Please, can anyone help me to solve the issue? (see a pic attached).
It’s a bit funny that I’m replying to my own post. However, if anyone has a similar problem, I solved it by setting the input type to “GenericParameter” and using IGH_Goo for further casting.