Howdy, I’m back and working again on using the existing RhinoGh converters. I’ve managed to resolve my earlier issue with being able to import and invoke the code.
BUT, now I’m not sure I’m using it right. Is there some setup/config I need to do outside of new ConverterRhinoGh()
in order to call ConvertToSpeckle()
(or similar?).
(forgive the sloppy C#) For example, this code always returns null
for a valid Rhino Circle:
And this code throws a classic “object reference not set to an instance of an object” in [External Code]:
The object in question always passes CanConvertToSpeckle
, if that helps.